Shades of Kelly Green #36C013
Tints of Kelly Green #36C013
RGB
CMYK
RGB Variations
Color information
#36C013 (or 0x36C013) is known color: Kelly Green. HEX triplet: 36, C0 and 13. RGB value is (54,192,19). Sum of RGB (Red+Green+Blue) = 54+192+19=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 192 (75.39% from 255 or 72.45% from 265); Blue value is 19 (7.81% from 255 or 7.17% from 265); Max value from RGB is 192 - color contains mainly: green. Hex color #36C013 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #36C013 is #C93FEC. Grayscale: #838383. Windows color (decimal): -13189101 or 1294390. OLE color: 1294390.
HSL color Cylindrical-coordinate representation of color #36C013: hue angle of 107.86º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #36C013 is Cyan = 0.72, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 192 | 19 | - |
| CMYK | 0.72 | 0 | 0.90 | 0.25 |
| HSL | 107.86º | 0.82% | 0.41% | - |
| HSV(B) | 107.86º | 0.9% | 0.75% | - |
| XYZ | 20.49 | 38.53 | 6.97 | - |
| YUV | 131.02 | 64.78 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 192 | 19 | 0.72 | 0 | 0.90 | 0.25 | 107.86 | 0.82 | 0.41 |
| Hex | 36 | C0 | 13 | 48 | 0 | 5A | 19 | 6C | 52 | 29 |
| Octal | 66 | 300 | 23 | 110 | 0 | 132 | 31 | 154 | 122 | 51 |
| Binary | 110110 | 11000000 | 10011 | 1001000 | 0 | 1011010 | 11001 | 1101100 | 1010010 | 101001 |
Color Harmonies of #36C013
Complementary color
Monochromatic Colors of #36C013
Black with #36C013
Text Example
Text Example
White with #36C013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C013; }
p { color: rgb(54,192,19); }
H1.HeaderClassName
{
color: #36C013;
}
.AnyTagClassName
{
color: #36C013;
}
</style>
background-color css
<style>
a { background-color: #36C013; }
a { background-color: rgb(54,192,19); }
div.DivClassName
{
background-color: #36C013;
}
.BgClassName
{
background-color: #36C013;
}
</style>
border-color css
<style>
span { border-color: #36C013; }
span { border-color: rgb(54,192,19); }
td.TdClassName
{
border-color: #36C013;
}
.TagClassName
{
border-color: #36C013;
}
</style>