#49D712

Color #49D712 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #49D712

Tints of Kelly Green #49D712

Color information

#49D712 (or 0x49D712) is unknown color: approx Kelly Green. HEX triplet: 49, D7 and 12. RGB value is (73,215,18). Sum of RGB (Red+Green+Blue) = 73+215+18=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 215 (84.38% from 255 or 70.26% from 306); Blue value is 18 (7.42% from 255 or 5.88% from 306); Max value from RGB is 215 - color contains mainly: green. Hex color #49D712 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49D712 is #B628ED. Grayscale: #969696. Windows color (decimal): -11938030 or 1234761. OLE color: 1234761.

HSL color Cylindrical-coordinate representation of color #49D712: hue angle of 103.25º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #49D712 is Cyan = 0.66, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB7321518-
CMYK0.6600.920.16
HSL103.25º84.55%45.69%-
HSV(B)103.25º91.63%84.31%-
XYZ27.1650.068.8-
YUV150.0853.4673.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 23.86%
GREEN value IS 215 (84.38% from 255) = 70.26%
BLUE value IS 18 (7.42% from 255) = 5.88%
R=23.86%
G=70.26%
B=5.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal73215180.6600.920.16103.2584.5545.69
Hex49D7124205C1067552e
Octal1113272210201342014712556
Binary100100111010111100101000010010111001000011001111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49D712; }

 p { color: rgb(73,215,18); }

 H1.HeaderClassName
 {
   color: #49D712;
 }
 .AnyTagClassName
 {
   color: #49D712;
 }
</style>
background-color css

<style>
 a { background-color: #49D712; }

 a { background-color: rgb(73,215,18); }

 div.DivClassName
 {
   background-color: #49D712;
 }
 .BgClassName
 {
   background-color: #49D712;
 }
</style>
border-color css

<style>
 span { border-color: #49D712; }

 span { border-color: rgb(73,215,18); }

 td.TdClassName
 {
   border-color: #49D712;
 }
 .TagClassName
 {
   border-color: #49D712;
 }
</style>