Shades of Kelly Green #479E0B
Tints of Kelly Green #479E0B
RGB
CMYK
RGB Variations
Color information
#479E0B (or 0x479E0B) is known color: Kelly Green. HEX triplet: 47, 9E and 0B. RGB value is (71,158,11). Sum of RGB (Red+Green+Blue) = 71+158+11=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 158 (62.11% from 255 or 65.83% from 240); Blue value is 11 (4.69% from 255 or 4.58% from 240); Max value from RGB is 158 - color contains mainly: green. Hex color #479E0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #479E0B is #B861F4. Grayscale: #737373. Windows color (decimal): -12083701 or 761415. OLE color: 761415.
HSL color Cylindrical-coordinate representation of color #479E0B: hue angle of 95.51º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #479E0B is Cyan = 0.55, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 158 | 11 | - |
| CMYK | 0.55 | 0 | 0.93 | 0.38 |
| HSL | 95.51º | 0.87% | 0.33% | - |
| HSV(B) | 95.51º | 0.93% | 0.62% | - |
| XYZ | 14.89 | 25.82 | 4.52 | - |
| YUV | 115.23 | 69.18 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 158 | 11 | 0.55 | 0 | 0.93 | 0.38 | 95.51 | 0.87 | 0.33 |
| Hex | 47 | 9E | B | 37 | 0 | 5D | 26 | 60 | 57 | 21 |
| Octal | 107 | 236 | 13 | 67 | 0 | 135 | 46 | 140 | 127 | 41 |
| Binary | 1000111 | 10011110 | 1011 | 110111 | 0 | 1011101 | 100110 | 1100000 | 1010111 | 100001 |
Color Harmonies of #479E0B
Complementary color
Monochromatic Colors of #479E0B
Black with #479E0B
Text Example
Text Example
White with #479E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479E0B; }
p { color: rgb(71,158,11); }
H1.HeaderClassName
{
color: #479E0B;
}
.AnyTagClassName
{
color: #479E0B;
}
</style>
background-color css
<style>
a { background-color: #479E0B; }
a { background-color: rgb(71,158,11); }
div.DivClassName
{
background-color: #479E0B;
}
.BgClassName
{
background-color: #479E0B;
}
</style>
border-color css
<style>
span { border-color: #479E0B; }
span { border-color: rgb(71,158,11); }
td.TdClassName
{
border-color: #479E0B;
}
.TagClassName
{
border-color: #479E0B;
}
</style>