Shades of Kelly Green #36CF05
Tints of Kelly Green #36CF05
RGB
CMYK
RGB Variations
Color information
#36CF05 (or 0x36CF05) is known color: Kelly Green. HEX triplet: 36, CF and 05. RGB value is (54,207,5). Sum of RGB (Red+Green+Blue) = 54+207+5=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 207 (81.25% from 255 or 77.82% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 207 - color contains mainly: green. Hex color #36CF05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #36CF05 is #C930FA. Grayscale: #8A8A8A. Windows color (decimal): -13185275 or 380726. OLE color: 380726.
HSL color Cylindrical-coordinate representation of color #36CF05: hue angle of 105.45º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #36CF05 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 207 | 5 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.19 |
| HSL | 105.45º | 0.95% | 0.42% | - |
| HSV(B) | 105.45º | 0.98% | 0.81% | - |
| XYZ | 23.86 | 45.42 | 7.65 | - |
| YUV | 138.23 | 52.81 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 207 | 5 | 0.74 | 0 | 0.98 | 0.19 | 105.45 | 0.95 | 0.42 |
| Hex | 36 | CF | 5 | 4A | 0 | 62 | 13 | 69 | 5F | 2A |
| Octal | 66 | 317 | 5 | 112 | 0 | 142 | 23 | 151 | 137 | 52 |
| Binary | 110110 | 11001111 | 101 | 1001010 | 0 | 1100010 | 10011 | 1101001 | 1011111 | 101010 |
Color Harmonies of #36CF05
Complementary color
Monochromatic Colors of #36CF05
Black with #36CF05
Text Example
Text Example
White with #36CF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CF05; }
p { color: rgb(54,207,5); }
H1.HeaderClassName
{
color: #36CF05;
}
.AnyTagClassName
{
color: #36CF05;
}
</style>
background-color css
<style>
a { background-color: #36CF05; }
a { background-color: rgb(54,207,5); }
div.DivClassName
{
background-color: #36CF05;
}
.BgClassName
{
background-color: #36CF05;
}
</style>
border-color css
<style>
span { border-color: #36CF05; }
span { border-color: rgb(54,207,5); }
td.TdClassName
{
border-color: #36CF05;
}
.TagClassName
{
border-color: #36CF05;
}
</style>