Shades of Kelly Green #39CA14
Tints of Kelly Green #39CA14
RGB
CMYK
RGB Variations
Color information
#39CA14 (or 0x39CA14) is known color: Kelly Green. HEX triplet: 39, CA and 14. RGB value is (57,202,20). Sum of RGB (Red+Green+Blue) = 57+202+20=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 202 (79.30% from 255 or 72.40% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 202 - color contains mainly: green. Hex color #39CA14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #39CA14 is #C635EB. Grayscale: #8A8A8A. Windows color (decimal): -12989932 or 1362489. OLE color: 1362489.
HSL color Cylindrical-coordinate representation of color #39CA14: hue angle of 107.8º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #39CA14 is Cyan = 0.72, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 57 | 202 | 20 | - |
| CMYK | 0.72 | 0 | 0.90 | 0.21 |
| HSL | 107.8º | 0.82% | 0.44% | - |
| HSV(B) | 107.8º | 0.9% | 0.79% | - |
| XYZ | 22.93 | 43.16 | 7.78 | - |
| YUV | 137.9 | 61.46 | 70.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 202 | 20 | 0.72 | 0 | 0.90 | 0.21 | 107.8 | 0.82 | 0.44 |
| Hex | 39 | CA | 14 | 48 | 0 | 5A | 15 | 6C | 52 | 2C |
| Octal | 71 | 312 | 24 | 110 | 0 | 132 | 25 | 154 | 122 | 54 |
| Binary | 111001 | 11001010 | 10100 | 1001000 | 0 | 1011010 | 10101 | 1101100 | 1010010 | 101100 |
Color Harmonies of #39CA14
Complementary color
Monochromatic Colors of #39CA14
Black with #39CA14
Text Example
Text Example
White with #39CA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39CA14; }
p { color: rgb(57,202,20); }
H1.HeaderClassName
{
color: #39CA14;
}
.AnyTagClassName
{
color: #39CA14;
}
</style>
background-color css
<style>
a { background-color: #39CA14; }
a { background-color: rgb(57,202,20); }
div.DivClassName
{
background-color: #39CA14;
}
.BgClassName
{
background-color: #39CA14;
}
</style>
border-color css
<style>
span { border-color: #39CA14; }
span { border-color: rgb(57,202,20); }
td.TdClassName
{
border-color: #39CA14;
}
.TagClassName
{
border-color: #39CA14;
}
</style>