Shades of Shamrock #36D885
Tints of Shamrock #36D885
RGB
CMYK
RGB Variations
Color information
#36D885 (or 0x36D885) is known color: Shamrock. HEX triplet: 36, D8 and 85. RGB value is (54,216,133). Sum of RGB (Red+Green+Blue) = 54+216+133=403 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.40% from 403); Green value is 216 (84.77% from 255 or 53.60% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 216 - color contains mainly: green. Hex color #36D885 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36D885 is #C9277A. Grayscale: #9E9E9E. Windows color (decimal): -13182843 or 8771638. OLE color: 8771638.
HSL color Cylindrical-coordinate representation of color #36D885: hue angle of 149.26º 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 #36D885 is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 54 | 216 | 133 | - |
| CMYK | 0.75 | 0 | 0.38 | 0.15 |
| HSL | 149.26º | 0.68% | 0.53% | - |
| HSV(B) | 149.26º | 0.75% | 0.85% | - |
| XYZ | 30.31 | 51.59 | 30.55 | - |
| YUV | 158.1 | 113.83 | 53.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 216 | 133 | 0.75 | 0 | 0.38 | 0.15 | 149.26 | 0.68 | 0.53 |
| Hex | 36 | D8 | 85 | 4B | 0 | 26 | F | 95 | 44 | 35 |
| Octal | 66 | 330 | 205 | 113 | 0 | 46 | 17 | 225 | 104 | 65 |
| Binary | 110110 | 11011000 | 10000101 | 1001011 | 0 | 100110 | 1111 | 10010101 | 1000100 | 110101 |
Color Harmonies of #36D885
Complementary color
Monochromatic Colors of #36D885
Black with #36D885
Text Example
Text Example
White with #36D885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D885; }
p { color: rgb(54,216,133); }
H1.HeaderClassName
{
color: #36D885;
}
.AnyTagClassName
{
color: #36D885;
}
</style>
background-color css
<style>
a { background-color: #36D885; }
a { background-color: rgb(54,216,133); }
div.DivClassName
{
background-color: #36D885;
}
.BgClassName
{
background-color: #36D885;
}
</style>
border-color css
<style>
span { border-color: #36D885; }
span { border-color: rgb(54,216,133); }
td.TdClassName
{
border-color: #36D885;
}
.TagClassName
{
border-color: #36D885;
}
</style>