Shades of Kelly Green #36BA05
Tints of Kelly Green #36BA05
RGB
CMYK
RGB Variations
Color information
#36BA05 (or 0x36BA05) is known color: Kelly Green. HEX triplet: 36, BA and 05. RGB value is (54,186,5). Sum of RGB (Red+Green+Blue) = 54+186+5=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 186 (73.05% from 255 or 75.92% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 186 - color contains mainly: green. Hex color #36BA05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #36BA05 is #C945FA. Grayscale: #7E7E7E. Windows color (decimal): -13190651 or 375350. OLE color: 375350.
HSL color Cylindrical-coordinate representation of color #36BA05: hue angle of 103.76º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #36BA05 is Cyan = 0.71, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 186 | 5 | - |
| CMYK | 0.71 | 0 | 0.97 | 0.27 |
| HSL | 103.76º | 0.95% | 0.37% | - |
| HSV(B) | 103.76º | 0.97% | 0.73% | - |
| XYZ | 19.11 | 35.91 | 6.07 | - |
| YUV | 125.9 | 59.77 | 76.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 186 | 5 | 0.71 | 0 | 0.97 | 0.27 | 103.76 | 0.95 | 0.37 |
| Hex | 36 | BA | 5 | 47 | 0 | 61 | 1B | 68 | 5F | 25 |
| Octal | 66 | 272 | 5 | 107 | 0 | 141 | 33 | 150 | 137 | 45 |
| Binary | 110110 | 10111010 | 101 | 1000111 | 0 | 1100001 | 11011 | 1101000 | 1011111 | 100101 |
Color Harmonies of #36BA05
Complementary color
Monochromatic Colors of #36BA05
Black with #36BA05
Text Example
Text Example
White with #36BA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BA05; }
p { color: rgb(54,186,5); }
H1.HeaderClassName
{
color: #36BA05;
}
.AnyTagClassName
{
color: #36BA05;
}
</style>
background-color css
<style>
a { background-color: #36BA05; }
a { background-color: rgb(54,186,5); }
div.DivClassName
{
background-color: #36BA05;
}
.BgClassName
{
background-color: #36BA05;
}
</style>
border-color css
<style>
span { border-color: #36BA05; }
span { border-color: rgb(54,186,5); }
td.TdClassName
{
border-color: #36BA05;
}
.TagClassName
{
border-color: #36BA05;
}
</style>