Shades of Kelly Green #39D412
Tints of Kelly Green #39D412
RGB
CMYK
RGB Variations
Color information
#39D412 (or 0x39D412) is known color: Kelly Green. HEX triplet: 39, D4 and 12. RGB value is (57,212,18). Sum of RGB (Red+Green+Blue) = 57+212+18=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 212 (83.20% from 255 or 73.87% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 212 - color contains mainly: green. Hex color #39D412 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #39D412 is #C62BED. Grayscale: #909090. Windows color (decimal): -12987374 or 1233977. OLE color: 1233977.
HSL color Cylindrical-coordinate representation of color #39D412: hue angle of 107.94º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #39D412 is Cyan = 0.73, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 57 | 212 | 18 | - |
| CMYK | 0.73 | 0 | 0.92 | 0.17 |
| HSL | 107.94º | 0.84% | 0.45% | - |
| HSV(B) | 107.94º | 0.92% | 0.83% | - |
| XYZ | 25.34 | 48 | 8.5 | - |
| YUV | 143.54 | 57.15 | 66.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 212 | 18 | 0.73 | 0 | 0.92 | 0.17 | 107.94 | 0.84 | 0.45 |
| Hex | 39 | D4 | 12 | 49 | 0 | 5C | 11 | 6C | 54 | 2D |
| Octal | 71 | 324 | 22 | 111 | 0 | 134 | 21 | 154 | 124 | 55 |
| Binary | 111001 | 11010100 | 10010 | 1001001 | 0 | 1011100 | 10001 | 1101100 | 1010100 | 101101 |
Color Harmonies of #39D412
Complementary color
Monochromatic Colors of #39D412
Black with #39D412
Text Example
Text Example
White with #39D412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D412; }
p { color: rgb(57,212,18); }
H1.HeaderClassName
{
color: #39D412;
}
.AnyTagClassName
{
color: #39D412;
}
</style>
background-color css
<style>
a { background-color: #39D412; }
a { background-color: rgb(57,212,18); }
div.DivClassName
{
background-color: #39D412;
}
.BgClassName
{
background-color: #39D412;
}
</style>
border-color css
<style>
span { border-color: #39D412; }
span { border-color: rgb(57,212,18); }
td.TdClassName
{
border-color: #39D412;
}
.TagClassName
{
border-color: #39D412;
}
</style>