Shades of Kelly Green #39BC00
Tints of Kelly Green #39BC00
RGB
CMYK
RGB Variations
Color information
#39BC00 (or 0x39BC00) is known color: Kelly Green. HEX triplet: 39, BC and 00. RGB value is (57,188,0). Sum of RGB (Red+Green+Blue) = 57+188+0=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 188 (73.83% from 255 or 76.73% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 188 - color contains mainly: green. Hex color #39BC00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #39BC00 is #C643FF. Grayscale: #808080. Windows color (decimal): -12993536 or 48185. OLE color: 48185.
HSL color Cylindrical-coordinate representation of color #39BC00: hue angle of 101.81º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #39BC00 is Cyan = 0.70, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 188 | 0 | - |
| CMYK | 0.70 | 0 | 1 | 0.26 |
| HSL | 101.81º | 1% | 0.37% | - |
| HSV(B) | 101.81º | 1% | 0.74% | - |
| XYZ | 19.67 | 36.84 | 6.07 | - |
| YUV | 127.4 | 56.1 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 188 | 0 | 0.70 | 0 | 1 | 0.26 | 101.81 | 1 | 0.37 |
| Hex | 39 | BC | 0 | 46 | 0 | 64 | 1A | 66 | 64 | 25 |
| Octal | 71 | 274 | 0 | 106 | 0 | 144 | 32 | 146 | 144 | 45 |
| Binary | 111001 | 10111100 | 0 | 1000110 | 0 | 1100100 | 11010 | 1100110 | 1100100 | 100101 |
Color Harmonies of #39BC00
Complementary color
Monochromatic Colors of #39BC00
Black with #39BC00
Text Example
Text Example
White with #39BC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BC00; }
p { color: rgb(57,188,0); }
H1.HeaderClassName
{
color: #39BC00;
}
.AnyTagClassName
{
color: #39BC00;
}
</style>
background-color css
<style>
a { background-color: #39BC00; }
a { background-color: rgb(57,188,0); }
div.DivClassName
{
background-color: #39BC00;
}
.BgClassName
{
background-color: #39BC00;
}
</style>
border-color css
<style>
span { border-color: #39BC00; }
span { border-color: rgb(57,188,0); }
td.TdClassName
{
border-color: #39BC00;
}
.TagClassName
{
border-color: #39BC00;
}
</style>