#49BB10

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

Shades of Kelly Green #49BB10

Tints of Kelly Green #49BB10

Color information

#49BB10 (or 0x49BB10) is unknown color: approx Kelly Green. HEX triplet: 49, BB and 10. RGB value is (73,187,16). Sum of RGB (Red+Green+Blue) = 73+187+16=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 187 (73.44% from 255 or 67.75% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 187 - color contains mainly: green. Hex color #49BB10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49BB10 is #B644EF. Grayscale: #858585. Windows color (decimal): -11945200 or 1096521. OLE color: 1096521.

HSL color Cylindrical-coordinate representation of color #49BB10: hue angle of 100º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #49BB10 is Cyan = 0.61, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB7318716-
CMYK0.6100.910.27
HSL100º84.24%39.8%-
HSV(B)100º91.44%73.33%-
XYZ20.6136.996.54-
YUV133.4261.7384.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.45%
GREEN value IS 187 (73.44% from 255) = 67.75%
BLUE value IS 16 (6.64% from 255) = 5.80%
R=26.45%
G=67.75%
B=5.80%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal73187160.6100.910.2710084.2439.8
Hex49BB103D05B1B645428
Octal111273207501333314412450
Binary10010011011101110000111101010110111101111001001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49BB10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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