#49B710

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

Shades of Kelly Green #49B710

Tints of Kelly Green #49B710

Color information

#49B710 (or 0x49B710) is unknown color: approx Kelly Green. HEX triplet: 49, B7 and 10. RGB value is (73,183,16). Sum of RGB (Red+Green+Blue) = 73+183+16=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 183 (71.88% from 255 or 67.28% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 183 - color contains mainly: green. Hex color #49B710 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49B710 is #B648EF. Grayscale: #838383. Windows color (decimal): -11946224 or 1095497. OLE color: 1095497.

HSL color Cylindrical-coordinate representation of color #49B710: hue angle of 99.52º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #49B710 is Cyan = 0.60, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB7318316-
CMYK0.6000.910.28
HSL99.52º83.92%39.02%-
HSV(B)99.52º91.26%71.76%-
XYZ19.7735.326.27-
YUV131.0763.0686.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.84%
GREEN value IS 183 (71.88% from 255) = 67.28%
BLUE value IS 16 (6.64% from 255) = 5.88%
R=26.84%
G=67.28%
B=5.88%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal73183160.6000.910.2899.5283.9239.02
Hex49B7103C05B1C645427
Octal111267207401333414412447
Binary10010011011011110000111100010110111110011001001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,183,16); }

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

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

 a { background-color: rgb(73,183,16); }

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

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

 span { border-color: rgb(73,183,16); }

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