Shades of Kelly Green #389B05
Tints of Kelly Green #389B05
RGB
CMYK
RGB Variations
Color information
#389B05 (or 0x389B05) is known color: Kelly Green. HEX triplet: 38, 9B and 05. RGB value is (56,155,5). Sum of RGB (Red+Green+Blue) = 56+155+5=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 155 (60.94% from 255 or 71.76% from 216); Blue value is 5 (2.34% from 255 or 2.31% from 216); Max value from RGB is 155 - color contains mainly: green. Hex color #389B05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #389B05 is #C764FA. Grayscale: #6C6C6C. Windows color (decimal): -13067515 or 367416. OLE color: 367416.
HSL color Cylindrical-coordinate representation of color #389B05: hue angle of 99.6º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #389B05 is Cyan = 0.64, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 155 | 5 | - |
| CMYK | 0.64 | 0 | 0.97 | 0.39 |
| HSL | 99.6º | 0.94% | 0.31% | - |
| HSV(B) | 99.6º | 0.97% | 0.61% | - |
| XYZ | 13.38 | 24.29 | 4.13 | - |
| YUV | 108.3 | 69.7 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 155 | 5 | 0.64 | 0 | 0.97 | 0.39 | 99.6 | 0.94 | 0.31 |
| Hex | 38 | 9B | 5 | 40 | 0 | 61 | 27 | 64 | 5E | 1F |
| Octal | 70 | 233 | 5 | 100 | 0 | 141 | 47 | 144 | 136 | 37 |
| Binary | 111000 | 10011011 | 101 | 1000000 | 0 | 1100001 | 100111 | 1100100 | 1011110 | 11111 |
Color Harmonies of #389B05
Complementary color
Monochromatic Colors of #389B05
Black with #389B05
Text Example
Text Example
White with #389B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389B05; }
p { color: rgb(56,155,5); }
H1.HeaderClassName
{
color: #389B05;
}
.AnyTagClassName
{
color: #389B05;
}
</style>
background-color css
<style>
a { background-color: #389B05; }
a { background-color: rgb(56,155,5); }
div.DivClassName
{
background-color: #389B05;
}
.BgClassName
{
background-color: #389B05;
}
</style>
border-color css
<style>
span { border-color: #389B05; }
span { border-color: rgb(56,155,5); }
td.TdClassName
{
border-color: #389B05;
}
.TagClassName
{
border-color: #389B05;
}
</style>