Shades of Kelly Green #39B912
Tints of Kelly Green #39B912
RGB
CMYK
RGB Variations
Color information
#39B912 (or 0x39B912) is known color: Kelly Green. HEX triplet: 39, B9 and 12. RGB value is (57,185,18). Sum of RGB (Red+Green+Blue) = 57+185+18=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 185 (72.66% from 255 or 71.15% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 185 - color contains mainly: green. Hex color #39B912 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #39B912 is #C646ED. Grayscale: #808080. Windows color (decimal): -12994286 or 1227065. OLE color: 1227065.
HSL color Cylindrical-coordinate representation of color #39B912: hue angle of 105.99º 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 #39B912 is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 185 | 18 | - |
| CMYK | 0.69 | 0 | 0.90 | 0.27 |
| HSL | 105.99º | 0.82% | 0.4% | - |
| HSV(B) | 105.99º | 0.9% | 0.73% | - |
| XYZ | 19.15 | 35.61 | 6.44 | - |
| YUV | 127.69 | 66.09 | 77.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 185 | 18 | 0.69 | 0 | 0.90 | 0.27 | 105.99 | 0.82 | 0.4 |
| Hex | 39 | B9 | 12 | 45 | 0 | 5A | 1B | 6A | 52 | 28 |
| Octal | 71 | 271 | 22 | 105 | 0 | 132 | 33 | 152 | 122 | 50 |
| Binary | 111001 | 10111001 | 10010 | 1000101 | 0 | 1011010 | 11011 | 1101010 | 1010010 | 101000 |
Color Harmonies of #39B912
Complementary color
Monochromatic Colors of #39B912
Black with #39B912
Text Example
Text Example
White with #39B912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39B912; }
p { color: rgb(57,185,18); }
H1.HeaderClassName
{
color: #39B912;
}
.AnyTagClassName
{
color: #39B912;
}
</style>
background-color css
<style>
a { background-color: #39B912; }
a { background-color: rgb(57,185,18); }
div.DivClassName
{
background-color: #39B912;
}
.BgClassName
{
background-color: #39B912;
}
</style>
border-color css
<style>
span { border-color: #39B912; }
span { border-color: rgb(57,185,18); }
td.TdClassName
{
border-color: #39B912;
}
.TagClassName
{
border-color: #39B912;
}
</style>