Shades of Kelly Green #36CA14
Tints of Kelly Green #36CA14
RGB
CMYK
RGB Variations
Color information
#36CA14 (or 0x36CA14) is known color: Kelly Green. HEX triplet: 36, CA and 14. RGB value is (54,202,20). Sum of RGB (Red+Green+Blue) = 54+202+20=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 202 (79.30% from 255 or 73.19% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 202 - color contains mainly: green. Hex color #36CA14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #36CA14 is #C935EB. Grayscale: #898989. Windows color (decimal): -13186540 or 1362486. OLE color: 1362486.
HSL color Cylindrical-coordinate representation of color #36CA14: hue angle of 108.79º 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 #36CA14 is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 54 | 202 | 20 | - |
| CMYK | 0.73 | 0 | 0.90 | 0.21 |
| HSL | 108.79º | 0.82% | 0.44% | - |
| HSV(B) | 108.79º | 0.9% | 0.79% | - |
| XYZ | 22.77 | 43.08 | 7.78 | - |
| YUV | 137 | 61.97 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 202 | 20 | 0.73 | 0 | 0.90 | 0.21 | 108.79 | 0.82 | 0.44 |
| Hex | 36 | CA | 14 | 49 | 0 | 5A | 15 | 6D | 52 | 2C |
| Octal | 66 | 312 | 24 | 111 | 0 | 132 | 25 | 155 | 122 | 54 |
| Binary | 110110 | 11001010 | 10100 | 1001001 | 0 | 1011010 | 10101 | 1101101 | 1010010 | 101100 |
Color Harmonies of #36CA14
Complementary color
Monochromatic Colors of #36CA14
Black with #36CA14
Text Example
Text Example
White with #36CA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CA14; }
p { color: rgb(54,202,20); }
H1.HeaderClassName
{
color: #36CA14;
}
.AnyTagClassName
{
color: #36CA14;
}
</style>
background-color css
<style>
a { background-color: #36CA14; }
a { background-color: rgb(54,202,20); }
div.DivClassName
{
background-color: #36CA14;
}
.BgClassName
{
background-color: #36CA14;
}
</style>
border-color css
<style>
span { border-color: #36CA14; }
span { border-color: rgb(54,202,20); }
td.TdClassName
{
border-color: #36CA14;
}
.TagClassName
{
border-color: #36CA14;
}
</style>