Shades of Shamrock #36CC88
Tints of Shamrock #36CC88
RGB
CMYK
RGB Variations
Color information
#36CC88 (or 0x36CC88) is known color: Shamrock. HEX triplet: 36, CC and 88. RGB value is (54,204,136). Sum of RGB (Red+Green+Blue) = 54+204+136=394 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.71% from 394); Green value is 204 (80.08% from 255 or 51.78% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 204 - color contains mainly: green. Hex color #36CC88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36CC88 is #C93377. Grayscale: #979797. Windows color (decimal): -13185912 or 8965174. OLE color: 8965174.
HSL color Cylindrical-coordinate representation of color #36CC88: hue angle of 152.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36CC88 is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 204 | 136 | - |
| CMYK | 0.74 | 0 | 0.33 | 0.2 |
| HSL | 152.8º | 0.6% | 0.51% | - |
| HSV(B) | 152.8º | 0.74% | 0.8% | - |
| XYZ | 27.56 | 45.75 | 30.67 | - |
| YUV | 151.4 | 119.31 | 58.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 204 | 136 | 0.74 | 0 | 0.33 | 0.2 | 152.8 | 0.6 | 0.51 |
| Hex | 36 | CC | 88 | 4A | 0 | 21 | 14 | 99 | 3C | 33 |
| Octal | 66 | 314 | 210 | 112 | 0 | 41 | 24 | 231 | 74 | 63 |
| Binary | 110110 | 11001100 | 10001000 | 1001010 | 0 | 100001 | 10100 | 10011001 | 111100 | 110011 |
Color Harmonies of #36CC88
Complementary color
Monochromatic Colors of #36CC88
Black with #36CC88
Text Example
Text Example
White with #36CC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CC88; }
p { color: rgb(54,204,136); }
H1.HeaderClassName
{
color: #36CC88;
}
.AnyTagClassName
{
color: #36CC88;
}
</style>
background-color css
<style>
a { background-color: #36CC88; }
a { background-color: rgb(54,204,136); }
div.DivClassName
{
background-color: #36CC88;
}
.BgClassName
{
background-color: #36CC88;
}
</style>
border-color css
<style>
span { border-color: #36CC88; }
span { border-color: rgb(54,204,136); }
td.TdClassName
{
border-color: #36CC88;
}
.TagClassName
{
border-color: #36CC88;
}
</style>