Shades of Kelly Green #389F05
Tints of Kelly Green #389F05
RGB
CMYK
RGB Variations
Color information
#389F05 (or 0x389F05) is known color: Kelly Green. HEX triplet: 38, 9F and 05. RGB value is (56,159,5). Sum of RGB (Red+Green+Blue) = 56+159+5=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 159 (62.5% from 255 or 72.27% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 159 - color contains mainly: green. Hex color #389F05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #389F05 is #C760FA. Grayscale: #6F6F6F. Windows color (decimal): -13066491 or 368440. OLE color: 368440.
HSL color Cylindrical-coordinate representation of color #389F05: hue angle of 100.13º 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 #389F05 is Cyan = 0.65, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 159 | 5 | - |
| CMYK | 0.65 | 0 | 0.97 | 0.38 |
| HSL | 100.13º | 0.94% | 0.32% | - |
| HSV(B) | 100.13º | 0.97% | 0.62% | - |
| XYZ | 14.06 | 25.65 | 4.35 | - |
| YUV | 110.65 | 68.38 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 159 | 5 | 0.65 | 0 | 0.97 | 0.38 | 100.13 | 0.94 | 0.32 |
| Hex | 38 | 9F | 5 | 41 | 0 | 61 | 26 | 64 | 5E | 20 |
| Octal | 70 | 237 | 5 | 101 | 0 | 141 | 46 | 144 | 136 | 40 |
| Binary | 111000 | 10011111 | 101 | 1000001 | 0 | 1100001 | 100110 | 1100100 | 1011110 | 100000 |
Color Harmonies of #389F05
Complementary color
Monochromatic Colors of #389F05
Black with #389F05
Text Example
Text Example
White with #389F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389F05; }
p { color: rgb(56,159,5); }
H1.HeaderClassName
{
color: #389F05;
}
.AnyTagClassName
{
color: #389F05;
}
</style>
background-color css
<style>
a { background-color: #389F05; }
a { background-color: rgb(56,159,5); }
div.DivClassName
{
background-color: #389F05;
}
.BgClassName
{
background-color: #389F05;
}
</style>
border-color css
<style>
span { border-color: #389F05; }
span { border-color: rgb(56,159,5); }
td.TdClassName
{
border-color: #389F05;
}
.TagClassName
{
border-color: #389F05;
}
</style>