Shades of Kelly Green #399C08
Tints of Kelly Green #399C08
RGB
CMYK
RGB Variations
Color information
#399C08 (or 0x399C08) is known color: Kelly Green. HEX triplet: 39, 9C and 08. RGB value is (57,156,8). Sum of RGB (Red+Green+Blue) = 57+156+8=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 156 (61.33% from 255 or 70.59% from 221); Blue value is 8 (3.52% from 255 or 3.62% from 221); Max value from RGB is 156 - color contains mainly: green. Hex color #399C08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #399C08 is #C663F7. Grayscale: #6E6E6E. Windows color (decimal): -13001720 or 564281. OLE color: 564281.
HSL color Cylindrical-coordinate representation of color #399C08: hue angle of 100.14º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #399C08 is Cyan = 0.63, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 57 | 156 | 8 | - |
| CMYK | 0.63 | 0 | 0.95 | 0.39 |
| HSL | 100.14º | 0.9% | 0.32% | - |
| HSV(B) | 100.14º | 0.95% | 0.61% | - |
| XYZ | 13.62 | 24.66 | 4.27 | - |
| YUV | 109.53 | 70.7 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 156 | 8 | 0.63 | 0 | 0.95 | 0.39 | 100.14 | 0.9 | 0.32 |
| Hex | 39 | 9C | 8 | 3F | 0 | 5F | 27 | 64 | 5A | 20 |
| Octal | 71 | 234 | 10 | 77 | 0 | 137 | 47 | 144 | 132 | 40 |
| Binary | 111001 | 10011100 | 1000 | 111111 | 0 | 1011111 | 100111 | 1100100 | 1011010 | 100000 |
Color Harmonies of #399C08
Complementary color
Monochromatic Colors of #399C08
Black with #399C08
Text Example
Text Example
White with #399C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399C08; }
p { color: rgb(57,156,8); }
H1.HeaderClassName
{
color: #399C08;
}
.AnyTagClassName
{
color: #399C08;
}
</style>
background-color css
<style>
a { background-color: #399C08; }
a { background-color: rgb(57,156,8); }
div.DivClassName
{
background-color: #399C08;
}
.BgClassName
{
background-color: #399C08;
}
</style>
border-color css
<style>
span { border-color: #399C08; }
span { border-color: rgb(57,156,8); }
td.TdClassName
{
border-color: #399C08;
}
.TagClassName
{
border-color: #399C08;
}
</style>