Shades of Kelly Green #39CA00
Tints of Kelly Green #39CA00
RGB
CMYK
RGB Variations
Color information
#39CA00 (or 0x39CA00) is known color: Kelly Green. HEX triplet: 39, CA and 00. RGB value is (57,202,0). Sum of RGB (Red+Green+Blue) = 57+202+0=259 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.01% from 259); Green value is 202 (79.30% from 255 or 77.99% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 202 - color contains mainly: green. Hex color #39CA00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #39CA00 is #C635FF. Grayscale: #888888. Windows color (decimal): -12989952 or 51769. OLE color: 51769.
HSL color Cylindrical-coordinate representation of color #39CA00: hue angle of 103.07º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #39CA00 is Cyan = 0.72, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 57 | 202 | 0 | - |
| CMYK | 0.72 | 0 | 1 | 0.21 |
| HSL | 103.07º | 1% | 0.4% | - |
| HSV(B) | 103.07º | 1% | 0.79% | - |
| XYZ | 22.81 | 43.11 | 7.12 | - |
| YUV | 135.62 | 51.46 | 71.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 202 | 0 | 0.72 | 0 | 1 | 0.21 | 103.07 | 1 | 0.4 |
| Hex | 39 | CA | 0 | 48 | 0 | 64 | 15 | 67 | 64 | 28 |
| Octal | 71 | 312 | 0 | 110 | 0 | 144 | 25 | 147 | 144 | 50 |
| Binary | 111001 | 11001010 | 0 | 1001000 | 0 | 1100100 | 10101 | 1100111 | 1100100 | 101000 |
Color Harmonies of #39CA00
Complementary color
Monochromatic Colors of #39CA00
Black with #39CA00
Text Example
Text Example
White with #39CA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39CA00; }
p { color: rgb(57,202,0); }
H1.HeaderClassName
{
color: #39CA00;
}
.AnyTagClassName
{
color: #39CA00;
}
</style>
background-color css
<style>
a { background-color: #39CA00; }
a { background-color: rgb(57,202,0); }
div.DivClassName
{
background-color: #39CA00;
}
.BgClassName
{
background-color: #39CA00;
}
</style>
border-color css
<style>
span { border-color: #39CA00; }
span { border-color: rgb(57,202,0); }
td.TdClassName
{
border-color: #39CA00;
}
.TagClassName
{
border-color: #39CA00;
}
</style>