Shades of Shamrock #36C985
Tints of Shamrock #36C985
RGB
CMYK
RGB Variations
Color information
#36C985 (or 0x36C985) is known color: Shamrock. HEX triplet: 36, C9 and 85. RGB value is (54,201,133). Sum of RGB (Red+Green+Blue) = 54+201+133=388 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.92% from 388); Green value is 201 (78.91% from 255 or 51.80% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 201 - color contains mainly: green. Hex color #36C985 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36C985 is #C9367A. Grayscale: #959595. Windows color (decimal): -13186683 or 8767798. OLE color: 8767798.
HSL color Cylindrical-coordinate representation of color #36C985: hue angle of 152.24º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36C985 is Cyan = 0.73, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 54 | 201 | 133 | - |
| CMYK | 0.73 | 0 | 0.34 | 0.21 |
| HSL | 152.24º | 0.58% | 0.5% | - |
| HSV(B) | 152.24º | 0.73% | 0.79% | - |
| XYZ | 26.64 | 44.25 | 29.33 | - |
| YUV | 149.3 | 118.8 | 60.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 201 | 133 | 0.73 | 0 | 0.34 | 0.21 | 152.24 | 0.58 | 0.5 |
| Hex | 36 | C9 | 85 | 49 | 0 | 22 | 15 | 98 | 3A | 32 |
| Octal | 66 | 311 | 205 | 111 | 0 | 42 | 25 | 230 | 72 | 62 |
| Binary | 110110 | 11001001 | 10000101 | 1001001 | 0 | 100010 | 10101 | 10011000 | 111010 | 110010 |
Color Harmonies of #36C985
Complementary color
Monochromatic Colors of #36C985
Black with #36C985
Text Example
Text Example
White with #36C985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C985; }
p { color: rgb(54,201,133); }
H1.HeaderClassName
{
color: #36C985;
}
.AnyTagClassName
{
color: #36C985;
}
</style>
background-color css
<style>
a { background-color: #36C985; }
a { background-color: rgb(54,201,133); }
div.DivClassName
{
background-color: #36C985;
}
.BgClassName
{
background-color: #36C985;
}
</style>
border-color css
<style>
span { border-color: #36C985; }
span { border-color: rgb(54,201,133); }
td.TdClassName
{
border-color: #36C985;
}
.TagClassName
{
border-color: #36C985;
}
</style>