Shades of Kelly Green #39BB12
Tints of Kelly Green #39BB12
RGB
CMYK
RGB Variations
Color information
#39BB12 (or 0x39BB12) is known color: Kelly Green. HEX triplet: 39, BB and 12. RGB value is (57,187,18). Sum of RGB (Red+Green+Blue) = 57+187+18=262 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.76% from 262); Green value is 187 (73.44% from 255 or 71.37% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 187 - color contains mainly: green. Hex color #39BB12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #39BB12 is #C644ED. Grayscale: #818181. Windows color (decimal): -12993774 or 1227577. OLE color: 1227577.
HSL color Cylindrical-coordinate representation of color #39BB12: hue angle of 106.15º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #39BB12 is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 187 | 18 | - |
| CMYK | 0.70 | 0 | 0.90 | 0.27 |
| HSL | 106.15º | 0.82% | 0.4% | - |
| HSV(B) | 106.15º | 0.9% | 0.73% | - |
| XYZ | 19.57 | 36.45 | 6.58 | - |
| YUV | 128.86 | 65.43 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 187 | 18 | 0.70 | 0 | 0.90 | 0.27 | 106.15 | 0.82 | 0.4 |
| Hex | 39 | BB | 12 | 46 | 0 | 5A | 1B | 6A | 52 | 28 |
| Octal | 71 | 273 | 22 | 106 | 0 | 132 | 33 | 152 | 122 | 50 |
| Binary | 111001 | 10111011 | 10010 | 1000110 | 0 | 1011010 | 11011 | 1101010 | 1010010 | 101000 |
Color Harmonies of #39BB12
Complementary color
Monochromatic Colors of #39BB12
Black with #39BB12
Text Example
Text Example
White with #39BB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BB12; }
p { color: rgb(57,187,18); }
H1.HeaderClassName
{
color: #39BB12;
}
.AnyTagClassName
{
color: #39BB12;
}
</style>
background-color css
<style>
a { background-color: #39BB12; }
a { background-color: rgb(57,187,18); }
div.DivClassName
{
background-color: #39BB12;
}
.BgClassName
{
background-color: #39BB12;
}
</style>
border-color css
<style>
span { border-color: #39BB12; }
span { border-color: rgb(57,187,18); }
td.TdClassName
{
border-color: #39BB12;
}
.TagClassName
{
border-color: #39BB12;
}
</style>