Shades of Kelly Green #49D405
Tints of Kelly Green #49D405
RGB
CMYK
RGB Variations
Color information
#49D405 (or 0x49D405) is known color: Kelly Green. HEX triplet: 49, D4 and 05. RGB value is (73,212,5). Sum of RGB (Red+Green+Blue) = 73+212+5=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 212 (83.20% from 255 or 73.10% from 290); Blue value is 5 (2.34% from 255 or 1.72% from 290); Max value from RGB is 212 - color contains mainly: green. Hex color #49D405 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49D405 is #B62BFA. Grayscale: #939393. Windows color (decimal): -11938811 or 382025. OLE color: 382025.
HSL color Cylindrical-coordinate representation of color #49D405: hue angle of 100.29º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #49D405 is Cyan = 0.66, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 73 | 212 | 5 | - |
| CMYK | 0.66 | 0 | 0.98 | 0.17 |
| HSL | 100.29º | 0.95% | 0.43% | - |
| HSV(B) | 100.29º | 0.98% | 0.83% | - |
| XYZ | 26.32 | 48.51 | 8.12 | - |
| YUV | 146.84 | 47.95 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 212 | 5 | 0.66 | 0 | 0.98 | 0.17 | 100.29 | 0.95 | 0.43 |
| Hex | 49 | D4 | 5 | 42 | 0 | 62 | 11 | 64 | 5F | 2B |
| Octal | 111 | 324 | 5 | 102 | 0 | 142 | 21 | 144 | 137 | 53 |
| Binary | 1001001 | 11010100 | 101 | 1000010 | 0 | 1100010 | 10001 | 1100100 | 1011111 | 101011 |
Color Harmonies of #49D405
Complementary color
Monochromatic Colors of #49D405
Black with #49D405
Text Example
Text Example
White with #49D405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D405; }
p { color: rgb(73,212,5); }
H1.HeaderClassName
{
color: #49D405;
}
.AnyTagClassName
{
color: #49D405;
}
</style>
background-color css
<style>
a { background-color: #49D405; }
a { background-color: rgb(73,212,5); }
div.DivClassName
{
background-color: #49D405;
}
.BgClassName
{
background-color: #49D405;
}
</style>
border-color css
<style>
span { border-color: #49D405; }
span { border-color: rgb(73,212,5); }
td.TdClassName
{
border-color: #49D405;
}
.TagClassName
{
border-color: #49D405;
}
</style>