Shades of Kelly Green #36D412
Tints of Kelly Green #36D412
RGB
CMYK
RGB Variations
Color information
#36D412 (or 0x36D412) is known color: Kelly Green. HEX triplet: 36, D4 and 12. RGB value is (54,212,18). Sum of RGB (Red+Green+Blue) = 54+212+18=284 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.01% from 284); Green value is 212 (83.20% from 255 or 74.65% from 284); Blue value is 18 (7.42% from 255 or 6.34% from 284); Max value from RGB is 212 - color contains mainly: green. Hex color #36D412 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #36D412 is #C92BED. Grayscale: #8F8F8F. Windows color (decimal): -13183982 or 1233974. OLE color: 1233974.
HSL color Cylindrical-coordinate representation of color #36D412: hue angle of 108.87º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #36D412 is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 54 | 212 | 18 | - |
| CMYK | 0.75 | 0 | 0.92 | 0.17 |
| HSL | 108.87º | 0.84% | 0.45% | - |
| HSV(B) | 108.87º | 0.92% | 0.83% | - |
| XYZ | 25.17 | 47.91 | 8.49 | - |
| YUV | 142.64 | 57.65 | 64.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 212 | 18 | 0.75 | 0 | 0.92 | 0.17 | 108.87 | 0.84 | 0.45 |
| Hex | 36 | D4 | 12 | 4B | 0 | 5C | 11 | 6D | 54 | 2D |
| Octal | 66 | 324 | 22 | 113 | 0 | 134 | 21 | 155 | 124 | 55 |
| Binary | 110110 | 11010100 | 10010 | 1001011 | 0 | 1011100 | 10001 | 1101101 | 1010100 | 101101 |
Color Harmonies of #36D412
Complementary color
Monochromatic Colors of #36D412
Black with #36D412
Text Example
Text Example
White with #36D412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D412; }
p { color: rgb(54,212,18); }
H1.HeaderClassName
{
color: #36D412;
}
.AnyTagClassName
{
color: #36D412;
}
</style>
background-color css
<style>
a { background-color: #36D412; }
a { background-color: rgb(54,212,18); }
div.DivClassName
{
background-color: #36D412;
}
.BgClassName
{
background-color: #36D412;
}
</style>
border-color css
<style>
span { border-color: #36D412; }
span { border-color: rgb(54,212,18); }
td.TdClassName
{
border-color: #36D412;
}
.TagClassName
{
border-color: #36D412;
}
</style>