#49C10E

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

Shades of Kelly Green #49C10E

Tints of Kelly Green #49C10E

Color information

#49C10E (or 0x49C10E) is unknown color: approx Kelly Green. HEX triplet: 49, C1 and 0E. RGB value is (73,193,14). Sum of RGB (Red+Green+Blue) = 73+193+14=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 193 (75.78% from 255 or 68.93% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 193 - color contains mainly: green. Hex color #49C10E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49C10E is #B63EF1. Grayscale: #898989. Windows color (decimal): -11943666 or 966985. OLE color: 966985.

HSL color Cylindrical-coordinate representation of color #49C10E: hue angle of 100.22º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49C10E is Cyan = 0.62, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB7319314-
CMYK0.6200.930.24
HSL100.22º86.47%40.59%-
HSV(B)100.22º92.75%75.69%-
XYZ21.939.596.9-
YUV136.7158.7482.55-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.07%
GREEN value IS 193 (75.78% from 255) = 68.93%
BLUE value IS 14 (5.86% from 255) = 5%
R=26.07%
G=68.93%
B=5%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal73193140.6200.930.24100.2286.4740.59
Hex49C1E3E05D18645629
Octal111301167601353014412651
Binary1001001110000011110111110010111011100011001001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C10E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,193,14); }

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

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

 a { background-color: rgb(73,193,14); }

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

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

 span { border-color: rgb(73,193,14); }

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