#49c12c

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

Shades of Kelly Green #49C12C

Tints of Kelly Green #49C12C

Color information

#49C12C (or 0x49C12C) is unknown color: approx Kelly Green. HEX triplet: 49, C1 and 2C. RGB value is (73,193,44). Sum of RGB (Red+Green+Blue) = 73+193+44=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 193 (75.78% from 255 or 62.26% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 193 - color contains mainly: green. Hex color #49C12C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C12C is #B63ED3. Grayscale: #8C8C8C. Windows color (decimal): -11943636 or 2933065. OLE color: 2933065.

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

Color convert

RGB7319344-
CMYK0.6200.770.24
HSL108.32º62.87%46.47%-
HSV(B)108.32º77.2%75.69%-
XYZ22.2739.748.88-
YUV140.1373.7480.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.55%
GREEN value IS 193 (75.78% from 255) = 62.26%
BLUE value IS 44 (17.58% from 255) = 14.19%
R=23.55%
G=62.26%
B=14.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal73193440.6200.770.24108.3262.8746.47
Hex49C12C3E04D186c3f2e
Octal11130154760115301547756
Binary10010011100000110110011111001001101110001101100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49c12c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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