Shades of Shamrock #36D982
Tints of Shamrock #36D982
RGB
CMYK
RGB Variations
Color information
#36D982 (or 0x36D982) is known color: Shamrock. HEX triplet: 36, D9 and 82. RGB value is (54,217,130). Sum of RGB (Red+Green+Blue) = 54+217+130=401 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.47% from 401); Green value is 217 (85.16% from 255 or 54.11% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 217 - color contains mainly: green. Hex color #36D982 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36D982 is #C9267D. Grayscale: #9E9E9E. Windows color (decimal): -13182590 or 8575286. OLE color: 8575286.
HSL color Cylindrical-coordinate representation of color #36D982: hue angle of 147.98º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36D982 is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 54 | 217 | 130 | - |
| CMYK | 0.75 | 0 | 0.40 | 0.15 |
| HSL | 147.98º | 0.68% | 0.53% | - |
| HSV(B) | 147.98º | 0.75% | 0.85% | - |
| XYZ | 30.36 | 52.02 | 29.56 | - |
| YUV | 158.35 | 112 | 53.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 217 | 130 | 0.75 | 0 | 0.40 | 0.15 | 147.98 | 0.68 | 0.53 |
| Hex | 36 | D9 | 82 | 4B | 0 | 28 | F | 94 | 44 | 35 |
| Octal | 66 | 331 | 202 | 113 | 0 | 50 | 17 | 224 | 104 | 65 |
| Binary | 110110 | 11011001 | 10000010 | 1001011 | 0 | 101000 | 1111 | 10010100 | 1000100 | 110101 |
Color Harmonies of #36D982
Complementary color
Monochromatic Colors of #36D982
Black with #36D982
Text Example
Text Example
White with #36D982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D982; }
p { color: rgb(54,217,130); }
H1.HeaderClassName
{
color: #36D982;
}
.AnyTagClassName
{
color: #36D982;
}
</style>
background-color css
<style>
a { background-color: #36D982; }
a { background-color: rgb(54,217,130); }
div.DivClassName
{
background-color: #36D982;
}
.BgClassName
{
background-color: #36D982;
}
</style>
border-color css
<style>
span { border-color: #36D982; }
span { border-color: rgb(54,217,130); }
td.TdClassName
{
border-color: #36D982;
}
.TagClassName
{
border-color: #36D982;
}
</style>