#49C412

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

Shades of Kelly Green #49C412

Tints of Kelly Green #49C412

Color information

#49C412 (or 0x49C412) is unknown color: approx Kelly Green. HEX triplet: 49, C4 and 12. RGB value is (73,196,18). Sum of RGB (Red+Green+Blue) = 73+196+18=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 196 (76.95% from 255 or 68.29% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 196 - color contains mainly: green. Hex color #49C412 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49C412 is #B63BED. Grayscale: #8B8B8B. Windows color (decimal): -11942894 or 1229897. OLE color: 1229897.

HSL color Cylindrical-coordinate representation of color #49C412: hue angle of 101.46º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #49C412 is Cyan = 0.63, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB7319618-
CMYK0.6300.910.23
HSL101.46º83.18%41.96%-
HSV(B)101.46º90.82%76.86%-
XYZ22.640.947.28-
YUV138.9359.7580.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.44%
GREEN value IS 196 (76.95% from 255) = 68.29%
BLUE value IS 18 (7.42% from 255) = 6.27%
R=25.44%
G=68.29%
B=6.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal73196180.6300.910.23101.4683.1841.96
Hex49C4123F05B1765532a
Octal111304227701332714512352
Binary10010011100010010010111111010110111011111001011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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