Shades of Kelly Green #36BC04
Tints of Kelly Green #36BC04
RGB
CMYK
RGB Variations
Color information
#36BC04 (or 0x36BC04) is known color: Kelly Green. HEX triplet: 36, BC and 04. RGB value is (54,188,4). Sum of RGB (Red+Green+Blue) = 54+188+4=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 188 (73.83% from 255 or 76.42% from 246); Blue value is 4 (1.95% from 255 or 1.63% from 246); Max value from RGB is 188 - color contains mainly: green. Hex color #36BC04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #36BC04 is #C943FB. Grayscale: #7F7F7F. Windows color (decimal): -13190140 or 310326. OLE color: 310326.
HSL color Cylindrical-coordinate representation of color #36BC04: hue angle of 103.7º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #36BC04 is Cyan = 0.71, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 188 | 4 | - |
| CMYK | 0.71 | 0 | 0.98 | 0.26 |
| HSL | 103.7º | 0.96% | 0.38% | - |
| HSV(B) | 103.7º | 0.98% | 0.74% | - |
| XYZ | 19.53 | 36.76 | 6.18 | - |
| YUV | 126.96 | 58.61 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 188 | 4 | 0.71 | 0 | 0.98 | 0.26 | 103.7 | 0.96 | 0.38 |
| Hex | 36 | BC | 4 | 47 | 0 | 62 | 1A | 68 | 60 | 26 |
| Octal | 66 | 274 | 4 | 107 | 0 | 142 | 32 | 150 | 140 | 46 |
| Binary | 110110 | 10111100 | 100 | 1000111 | 0 | 1100010 | 11010 | 1101000 | 1100000 | 100110 |
Color Harmonies of #36BC04
Complementary color
Monochromatic Colors of #36BC04
Black with #36BC04
Text Example
Text Example
White with #36BC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BC04; }
p { color: rgb(54,188,4); }
H1.HeaderClassName
{
color: #36BC04;
}
.AnyTagClassName
{
color: #36BC04;
}
</style>
background-color css
<style>
a { background-color: #36BC04; }
a { background-color: rgb(54,188,4); }
div.DivClassName
{
background-color: #36BC04;
}
.BgClassName
{
background-color: #36BC04;
}
</style>
border-color css
<style>
span { border-color: #36BC04; }
span { border-color: rgb(54,188,4); }
td.TdClassName
{
border-color: #36BC04;
}
.TagClassName
{
border-color: #36BC04;
}
</style>