Shades of Kelly Green #39D70D
Tints of Kelly Green #39D70D
RGB
CMYK
RGB Variations
Color information
#39D70D (or 0x39D70D) is known color: Kelly Green. HEX triplet: 39, D7 and 0D. RGB value is (57,215,13). Sum of RGB (Red+Green+Blue) = 57+215+13=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 215 (84.38% from 255 or 75.44% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 215 - color contains mainly: green. Hex color #39D70D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #39D70D is #C628F2. Grayscale: #919191. Windows color (decimal): -12986611 or 907065. OLE color: 907065.
HSL color Cylindrical-coordinate representation of color #39D70D: hue angle of 106.93º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #39D70D is Cyan = 0.73, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 57 | 215 | 13 | - |
| CMYK | 0.73 | 0 | 0.94 | 0.16 |
| HSL | 106.93º | 0.89% | 0.45% | - |
| HSV(B) | 106.93º | 0.94% | 0.84% | - |
| XYZ | 26.06 | 49.5 | 8.56 | - |
| YUV | 144.73 | 53.65 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 215 | 13 | 0.73 | 0 | 0.94 | 0.16 | 106.93 | 0.89 | 0.45 |
| Hex | 39 | D7 | D | 49 | 0 | 5E | 10 | 6B | 59 | 2D |
| Octal | 71 | 327 | 15 | 111 | 0 | 136 | 20 | 153 | 131 | 55 |
| Binary | 111001 | 11010111 | 1101 | 1001001 | 0 | 1011110 | 10000 | 1101011 | 1011001 | 101101 |
Color Harmonies of #39D70D
Complementary color
Monochromatic Colors of #39D70D
Black with #39D70D
Text Example
Text Example
White with #39D70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D70D; }
p { color: rgb(57,215,13); }
H1.HeaderClassName
{
color: #39D70D;
}
.AnyTagClassName
{
color: #39D70D;
}
</style>
background-color css
<style>
a { background-color: #39D70D; }
a { background-color: rgb(57,215,13); }
div.DivClassName
{
background-color: #39D70D;
}
.BgClassName
{
background-color: #39D70D;
}
</style>
border-color css
<style>
span { border-color: #39D70D; }
span { border-color: rgb(57,215,13); }
td.TdClassName
{
border-color: #39D70D;
}
.TagClassName
{
border-color: #39D70D;
}
</style>