Shades of Kelly Green #36BC16
Tints of Kelly Green #36BC16
RGB
CMYK
RGB Variations
Color information
#36BC16 (or 0x36BC16) is known color: Kelly Green. HEX triplet: 36, BC and 16. RGB value is (54,188,22). Sum of RGB (Red+Green+Blue) = 54+188+22=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 188 (73.83% from 255 or 71.21% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 188 - color contains mainly: green. Hex color #36BC16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #36BC16 is #C943E9. Grayscale: #818181. Windows color (decimal): -13190122 or 1489974. OLE color: 1489974.
HSL color Cylindrical-coordinate representation of color #36BC16: hue angle of 108.43º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #36BC16 is Cyan = 0.71, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 188 | 22 | - |
| CMYK | 0.71 | 0 | 0.88 | 0.26 |
| HSL | 108.43º | 0.79% | 0.41% | - |
| HSV(B) | 108.43º | 0.88% | 0.74% | - |
| XYZ | 19.65 | 36.81 | 6.83 | - |
| YUV | 129.01 | 67.61 | 74.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 188 | 22 | 0.71 | 0 | 0.88 | 0.26 | 108.43 | 0.79 | 0.41 |
| Hex | 36 | BC | 16 | 47 | 0 | 58 | 1A | 6C | 4F | 29 |
| Octal | 66 | 274 | 26 | 107 | 0 | 130 | 32 | 154 | 117 | 51 |
| Binary | 110110 | 10111100 | 10110 | 1000111 | 0 | 1011000 | 11010 | 1101100 | 1001111 | 101001 |
Color Harmonies of #36BC16
Complementary color
Monochromatic Colors of #36BC16
Black with #36BC16
Text Example
Text Example
White with #36BC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BC16; }
p { color: rgb(54,188,22); }
H1.HeaderClassName
{
color: #36BC16;
}
.AnyTagClassName
{
color: #36BC16;
}
</style>
background-color css
<style>
a { background-color: #36BC16; }
a { background-color: rgb(54,188,22); }
div.DivClassName
{
background-color: #36BC16;
}
.BgClassName
{
background-color: #36BC16;
}
</style>
border-color css
<style>
span { border-color: #36BC16; }
span { border-color: rgb(54,188,22); }
td.TdClassName
{
border-color: #36BC16;
}
.TagClassName
{
border-color: #36BC16;
}
</style>