#49D40D

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

Shades of Kelly Green #49D40D

Tints of Kelly Green #49D40D

Color information

#49D40D (or 0x49D40D) is unknown color: approx Kelly Green. HEX triplet: 49, D4 and 0D. RGB value is (73,212,13). Sum of RGB (Red+Green+Blue) = 73+212+13=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 212 (83.20% from 255 or 71.14% from 298); Blue value is 13 (5.47% from 255 or 4.36% from 298); Max value from RGB is 212 - color contains mainly: green. Hex color #49D40D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49D40D is #B62BF2. Grayscale: #949494. Windows color (decimal): -11938803 or 906313. OLE color: 906313.

HSL color Cylindrical-coordinate representation of color #49D40D: hue angle of 101.91º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #49D40D is Cyan = 0.66, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB7321213-
CMYK0.6600.940.17
HSL101.91º88.44%44.12%-
HSV(B)101.91º93.87%83.14%-
XYZ26.3648.538.36-
YUV147.7551.9574.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.50%
GREEN value IS 212 (83.20% from 255) = 71.14%
BLUE value IS 13 (5.47% from 255) = 4.36%
R=24.50%
G=71.14%
B=4.36%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal73212130.6600.940.17101.9188.4444.12
Hex49D4D4205E1166582c
Octal1113241510201362114613054
Binary10010011101010011011000010010111101000111001101011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D40D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,212,13); }

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

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

 a { background-color: rgb(73,212,13); }

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

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

 span { border-color: rgb(73,212,13); }

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