#49DB19

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

Shades of Kelly Green #49DB19

Tints of Kelly Green #49DB19

Color information

#49DB19 (or 0x49DB19) is unknown color: approx Kelly Green. HEX triplet: 49, DB and 19. RGB value is (73,219,25). Sum of RGB (Red+Green+Blue) = 73+219+25=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 219 (85.94% from 255 or 69.09% from 317); Blue value is 25 (10.16% from 255 or 7.89% from 317); Max value from RGB is 219 - color contains mainly: green. Hex color #49DB19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49DB19 is #B624E6. Grayscale: #999999. Windows color (decimal): -11936999 or 1694537. OLE color: 1694537.

HSL color Cylindrical-coordinate representation of color #49DB19: hue angle of 105.15º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #49DB19 is Cyan = 0.67, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB7321925-
CMYK0.6700.890.14
HSL105.15º79.51%47.84%-
HSV(B)105.15º88.58%85.88%-
XYZ28.2552.159.5-
YUV153.2355.6370.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.03%
GREEN value IS 219 (85.94% from 255) = 69.09%
BLUE value IS 25 (10.16% from 255) = 7.89%
R=23.03%
G=69.09%
B=7.89%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal73219250.6700.890.14105.1579.5147.84
Hex49DB1943059E695030
Octal1113333110301311615112060
Binary10010011101101111001100001101011001111011010011010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49DB19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,219,25); }

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

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

 a { background-color: rgb(73,219,25); }

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

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

 span { border-color: rgb(73,219,25); }

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