Shades of Kelly Green #36CF14
Tints of Kelly Green #36CF14
RGB
CMYK
RGB Variations
Color information
#36CF14 (or 0x36CF14) is known color: Kelly Green. HEX triplet: 36, CF and 14. RGB value is (54,207,20). Sum of RGB (Red+Green+Blue) = 54+207+20=281 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.22% from 281); Green value is 207 (81.25% from 255 or 73.67% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 207 - color contains mainly: green. Hex color #36CF14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #36CF14 is #C930EB. Grayscale: #8C8C8C. Windows color (decimal): -13185260 or 1363766. OLE color: 1363766.
HSL color Cylindrical-coordinate representation of color #36CF14: hue angle of 109.09º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #36CF14 is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 207 | 20 | - |
| CMYK | 0.74 | 0 | 0.90 | 0.19 |
| HSL | 109.09º | 0.82% | 0.45% | - |
| HSV(B) | 109.09º | 0.9% | 0.81% | - |
| XYZ | 23.96 | 45.46 | 8.17 | - |
| YUV | 139.94 | 60.31 | 66.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 207 | 20 | 0.74 | 0 | 0.90 | 0.19 | 109.09 | 0.82 | 0.45 |
| Hex | 36 | CF | 14 | 4A | 0 | 5A | 13 | 6D | 52 | 2D |
| Octal | 66 | 317 | 24 | 112 | 0 | 132 | 23 | 155 | 122 | 55 |
| Binary | 110110 | 11001111 | 10100 | 1001010 | 0 | 1011010 | 10011 | 1101101 | 1010010 | 101101 |
Color Harmonies of #36CF14
Complementary color
Monochromatic Colors of #36CF14
Black with #36CF14
Text Example
Text Example
White with #36CF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CF14; }
p { color: rgb(54,207,20); }
H1.HeaderClassName
{
color: #36CF14;
}
.AnyTagClassName
{
color: #36CF14;
}
</style>
background-color css
<style>
a { background-color: #36CF14; }
a { background-color: rgb(54,207,20); }
div.DivClassName
{
background-color: #36CF14;
}
.BgClassName
{
background-color: #36CF14;
}
</style>
border-color css
<style>
span { border-color: #36CF14; }
span { border-color: rgb(54,207,20); }
td.TdClassName
{
border-color: #36CF14;
}
.TagClassName
{
border-color: #36CF14;
}
</style>