Shades of Kelly Green #389B00
Tints of Kelly Green #389B00
RGB
CMYK
RGB Variations
Color information
#389B00 (or 0x389B00) is known color: Kelly Green. HEX triplet: 38, 9B and 00. RGB value is (56,155,0). Sum of RGB (Red+Green+Blue) = 56+155+0=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 155 (60.94% from 255 or 73.46% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 155 - color contains mainly: green. Hex color #389B00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #389B00 is #C764FF. Grayscale: #6C6C6C. Windows color (decimal): -13067520 or 39736. OLE color: 39736.
HSL color Cylindrical-coordinate representation of color #389B00: hue angle of 98.32º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #389B00 is Cyan = 0.64, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 155 | 0 | - |
| CMYK | 0.64 | 0 | 1 | 0.39 |
| HSL | 98.32º | 1% | 0.3% | - |
| HSV(B) | 98.32º | 1% | 0.61% | - |
| XYZ | 13.35 | 24.28 | 3.98 | - |
| YUV | 107.73 | 67.2 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 155 | 0 | 0.64 | 0 | 1 | 0.39 | 98.32 | 1 | 0.3 |
| Hex | 38 | 9B | 0 | 40 | 0 | 64 | 27 | 62 | 64 | 1E |
| Octal | 70 | 233 | 0 | 100 | 0 | 144 | 47 | 142 | 144 | 36 |
| Binary | 111000 | 10011011 | 0 | 1000000 | 0 | 1100100 | 100111 | 1100010 | 1100100 | 11110 |
Color Harmonies of #389B00
Complementary color
Monochromatic Colors of #389B00
Black with #389B00
Text Example
Text Example
White with #389B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389B00; }
p { color: rgb(56,155,0); }
H1.HeaderClassName
{
color: #389B00;
}
.AnyTagClassName
{
color: #389B00;
}
</style>
background-color css
<style>
a { background-color: #389B00; }
a { background-color: rgb(56,155,0); }
div.DivClassName
{
background-color: #389B00;
}
.BgClassName
{
background-color: #389B00;
}
</style>
border-color css
<style>
span { border-color: #389B00; }
span { border-color: rgb(56,155,0); }
td.TdClassName
{
border-color: #389B00;
}
.TagClassName
{
border-color: #389B00;
}
</style>