#49C420

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

Shades of Kelly Green #49C420

Tints of Kelly Green #49C420

Color information

#49C420 (or 0x49C420) is unknown color: approx Kelly Green. HEX triplet: 49, C4 and 20. RGB value is (73,196,32). Sum of RGB (Red+Green+Blue) = 73+196+32=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 196 (76.95% from 255 or 65.12% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 196 - color contains mainly: green. Hex color #49C420 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C420 is #B63BDF. Grayscale: #8D8D8D. Windows color (decimal): -11942880 or 2147401. OLE color: 2147401.

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

Color convert

RGB7319632-
CMYK0.6300.840.23
HSL105º71.93%44.71%-
HSV(B)105º83.67%76.86%-
XYZ22.75418.08-
YUV140.5366.7579.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.25%
GREEN value IS 196 (76.95% from 255) = 65.12%
BLUE value IS 32 (12.89% from 255) = 10.63%
R=24.25%
G=65.12%
B=10.63%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal73196320.6300.840.2310571.9344.71
Hex49C4203F0541769482d
Octal111304407701242715111055
Binary100100111000100100000111111010101001011111010011001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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