Shades of Kelly Green #39BF14
Tints of Kelly Green #39BF14
RGB
CMYK
RGB Variations
Color information
#39BF14 (or 0x39BF14) is known color: Kelly Green. HEX triplet: 39, BF and 14. RGB value is (57,191,20). Sum of RGB (Red+Green+Blue) = 57+191+20=268 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.27% from 268); Green value is 191 (75% from 255 or 71.27% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 191 - color contains mainly: green. Hex color #39BF14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #39BF14 is #C640EB. Grayscale: #838383. Windows color (decimal): -12992748 or 1359673. OLE color: 1359673.
HSL color Cylindrical-coordinate representation of color #39BF14: hue angle of 107.02º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #39BF14 is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 191 | 20 | - |
| CMYK | 0.70 | 0 | 0.90 | 0.25 |
| HSL | 107.02º | 0.81% | 0.41% | - |
| HSV(B) | 107.02º | 0.9% | 0.75% | - |
| XYZ | 20.44 | 38.18 | 6.95 | - |
| YUV | 131.44 | 65.11 | 74.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 191 | 20 | 0.70 | 0 | 0.90 | 0.25 | 107.02 | 0.81 | 0.41 |
| Hex | 39 | BF | 14 | 46 | 0 | 5A | 19 | 6B | 51 | 29 |
| Octal | 71 | 277 | 24 | 106 | 0 | 132 | 31 | 153 | 121 | 51 |
| Binary | 111001 | 10111111 | 10100 | 1000110 | 0 | 1011010 | 11001 | 1101011 | 1010001 | 101001 |
Color Harmonies of #39BF14
Complementary color
Monochromatic Colors of #39BF14
Black with #39BF14
Text Example
Text Example
White with #39BF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BF14; }
p { color: rgb(57,191,20); }
H1.HeaderClassName
{
color: #39BF14;
}
.AnyTagClassName
{
color: #39BF14;
}
</style>
background-color css
<style>
a { background-color: #39BF14; }
a { background-color: rgb(57,191,20); }
div.DivClassName
{
background-color: #39BF14;
}
.BgClassName
{
background-color: #39BF14;
}
</style>
border-color css
<style>
span { border-color: #39BF14; }
span { border-color: rgb(57,191,20); }
td.TdClassName
{
border-color: #39BF14;
}
.TagClassName
{
border-color: #39BF14;
}
</style>