Shades of Kelly Green #499C0E
Tints of Kelly Green #499C0E
RGB
CMYK
RGB Variations
Color information
#499C0E (or 0x499C0E) is known color: Kelly Green. HEX triplet: 49, 9C and 0E. RGB value is (73,156,14). Sum of RGB (Red+Green+Blue) = 73+156+14=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 156 (61.33% from 255 or 64.20% from 243); Blue value is 14 (5.86% from 255 or 5.76% from 243); Max value from RGB is 156 - color contains mainly: green. Hex color #499C0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499C0E is #B663F1. Grayscale: #737373. Windows color (decimal): -11953138 or 957513. OLE color: 957513.
HSL color Cylindrical-coordinate representation of color #499C0E: hue angle of 95.07º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #499C0E is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 156 | 14 | - |
| CMYK | 0.53 | 0 | 0.91 | 0.39 |
| HSL | 95.07º | 0.84% | 0.33% | - |
| HSV(B) | 95.07º | 0.91% | 0.61% | - |
| XYZ | 14.72 | 25.23 | 4.51 | - |
| YUV | 115 | 71 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 156 | 14 | 0.53 | 0 | 0.91 | 0.39 | 95.07 | 0.84 | 0.33 |
| Hex | 49 | 9C | E | 35 | 0 | 5B | 27 | 5F | 54 | 21 |
| Octal | 111 | 234 | 16 | 65 | 0 | 133 | 47 | 137 | 124 | 41 |
| Binary | 1001001 | 10011100 | 1110 | 110101 | 0 | 1011011 | 100111 | 1011111 | 1010100 | 100001 |
Color Harmonies of #499C0E
Complementary color
Monochromatic Colors of #499C0E
Black with #499C0E
Text Example
Text Example
White with #499C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499C0E; }
p { color: rgb(73,156,14); }
H1.HeaderClassName
{
color: #499C0E;
}
.AnyTagClassName
{
color: #499C0E;
}
</style>
background-color css
<style>
a { background-color: #499C0E; }
a { background-color: rgb(73,156,14); }
div.DivClassName
{
background-color: #499C0E;
}
.BgClassName
{
background-color: #499C0E;
}
</style>
border-color css
<style>
span { border-color: #499C0E; }
span { border-color: rgb(73,156,14); }
td.TdClassName
{
border-color: #499C0E;
}
.TagClassName
{
border-color: #499C0E;
}
</style>