Shades of Kelly Green #36C000
Tints of Kelly Green #36C000
RGB
CMYK
RGB Variations
Color information
#36C000 (or 0x36C000) is known color: Kelly Green. HEX triplet: 36, C0 and 00. RGB value is (54,192,0). Sum of RGB (Red+Green+Blue) = 54+192+0=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 192 (75.39% from 255 or 78.05% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 192 - color contains mainly: green. Hex color #36C000 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #36C000 is #C93FFF. Grayscale: #818181. Windows color (decimal): -13189120 or 49206. OLE color: 49206.
HSL color Cylindrical-coordinate representation of color #36C000: hue angle of 103.12º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #36C000 is Cyan = 0.72, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 192 | 0 | - |
| CMYK | 0.72 | 0 | 1 | 0.25 |
| HSL | 103.13º | 1% | 0.38% | - |
| HSV(B) | 103.13º | 1% | 0.75% | - |
| XYZ | 20.37 | 38.48 | 6.35 | - |
| YUV | 128.85 | 55.28 | 74.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 192 | 0 | 0.72 | 0 | 1 | 0.25 | 103.13 | 1 | 0.38 |
| Hex | 36 | C0 | 0 | 48 | 0 | 64 | 19 | 67 | 64 | 26 |
| Octal | 66 | 300 | 0 | 110 | 0 | 144 | 31 | 147 | 144 | 46 |
| Binary | 110110 | 11000000 | 0 | 1001000 | 0 | 1100100 | 11001 | 1100111 | 1100100 | 100110 |
Color Harmonies of #36C000
Complementary color
Monochromatic Colors of #36C000
Black with #36C000
Text Example
Text Example
White with #36C000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C000; }
p { color: rgb(54,192,0); }
H1.HeaderClassName
{
color: #36C000;
}
.AnyTagClassName
{
color: #36C000;
}
</style>
background-color css
<style>
a { background-color: #36C000; }
a { background-color: rgb(54,192,0); }
div.DivClassName
{
background-color: #36C000;
}
.BgClassName
{
background-color: #36C000;
}
</style>
border-color css
<style>
span { border-color: #36C000; }
span { border-color: rgb(54,192,0); }
td.TdClassName
{
border-color: #36C000;
}
.TagClassName
{
border-color: #36C000;
}
</style>