Shades of Kelly Green #389E0A
Tints of Kelly Green #389E0A
RGB
CMYK
RGB Variations
Color information
#389E0A (or 0x389E0A) is known color: Kelly Green. HEX triplet: 38, 9E and 0A. RGB value is (56,158,10). Sum of RGB (Red+Green+Blue) = 56+158+10=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 158 (62.11% from 255 or 70.54% from 224); Blue value is 10 (4.30% from 255 or 4.46% from 224); Max value from RGB is 158 - color contains mainly: green. Hex color #389E0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #389E0A is #C761F5. Grayscale: #6F6F6F. Windows color (decimal): -13066742 or 695864. OLE color: 695864.
HSL color Cylindrical-coordinate representation of color #389E0A: hue angle of 101.35º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #389E0A is Cyan = 0.65, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 158 | 10 | - |
| CMYK | 0.65 | 0 | 0.94 | 0.38 |
| HSL | 101.35º | 0.88% | 0.33% | - |
| HSV(B) | 101.35º | 0.94% | 0.62% | - |
| XYZ | 13.91 | 25.32 | 4.44 | - |
| YUV | 110.63 | 71.21 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 158 | 10 | 0.65 | 0 | 0.94 | 0.38 | 101.35 | 0.88 | 0.33 |
| Hex | 38 | 9E | A | 41 | 0 | 5E | 26 | 65 | 58 | 21 |
| Octal | 70 | 236 | 12 | 101 | 0 | 136 | 46 | 145 | 130 | 41 |
| Binary | 111000 | 10011110 | 1010 | 1000001 | 0 | 1011110 | 100110 | 1100101 | 1011000 | 100001 |
Color Harmonies of #389E0A
Complementary color
Monochromatic Colors of #389E0A
Black with #389E0A
Text Example
Text Example
White with #389E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389E0A; }
p { color: rgb(56,158,10); }
H1.HeaderClassName
{
color: #389E0A;
}
.AnyTagClassName
{
color: #389E0A;
}
</style>
background-color css
<style>
a { background-color: #389E0A; }
a { background-color: rgb(56,158,10); }
div.DivClassName
{
background-color: #389E0A;
}
.BgClassName
{
background-color: #389E0A;
}
</style>
border-color css
<style>
span { border-color: #389E0A; }
span { border-color: rgb(56,158,10); }
td.TdClassName
{
border-color: #389E0A;
}
.TagClassName
{
border-color: #389E0A;
}
</style>