Shades of Kelly Green #399E05
Tints of Kelly Green #399E05
RGB
CMYK
RGB Variations
Color information
#399E05 (or 0x399E05) is known color: Kelly Green. HEX triplet: 39, 9E and 05. RGB value is (57,158,5). Sum of RGB (Red+Green+Blue) = 57+158+5=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 158 (62.11% from 255 or 71.82% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 158 - color contains mainly: green. Hex color #399E05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #399E05 is #C661FA. Grayscale: #6E6E6E. Windows color (decimal): -13001211 or 368185. OLE color: 368185.
HSL color Cylindrical-coordinate representation of color #399E05: hue angle of 99.61º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #399E05 is Cyan = 0.64, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 158 | 5 | - |
| CMYK | 0.64 | 0 | 0.97 | 0.38 |
| HSL | 99.61º | 0.94% | 0.32% | - |
| HSV(B) | 99.61º | 0.97% | 0.62% | - |
| XYZ | 13.94 | 25.33 | 4.3 | - |
| YUV | 110.36 | 68.54 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 158 | 5 | 0.64 | 0 | 0.97 | 0.38 | 99.61 | 0.94 | 0.32 |
| Hex | 39 | 9E | 5 | 40 | 0 | 61 | 26 | 64 | 5E | 20 |
| Octal | 71 | 236 | 5 | 100 | 0 | 141 | 46 | 144 | 136 | 40 |
| Binary | 111001 | 10011110 | 101 | 1000000 | 0 | 1100001 | 100110 | 1100100 | 1011110 | 100000 |
Color Harmonies of #399E05
Complementary color
Monochromatic Colors of #399E05
Black with #399E05
Text Example
Text Example
White with #399E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399E05; }
p { color: rgb(57,158,5); }
H1.HeaderClassName
{
color: #399E05;
}
.AnyTagClassName
{
color: #399E05;
}
</style>
background-color css
<style>
a { background-color: #399E05; }
a { background-color: rgb(57,158,5); }
div.DivClassName
{
background-color: #399E05;
}
.BgClassName
{
background-color: #399E05;
}
</style>
border-color css
<style>
span { border-color: #399E05; }
span { border-color: rgb(57,158,5); }
td.TdClassName
{
border-color: #399E05;
}
.TagClassName
{
border-color: #399E05;
}
</style>