Shades of Shamrock #36DD9F
Tints of Shamrock #36DD9F
RGB
CMYK
RGB Variations
Color information
#36DD9F (or 0x36DD9F) is known color: Shamrock. HEX triplet: 36, DD and 9F. RGB value is (54,221,159). Sum of RGB (Red+Green+Blue) = 54+221+159=434 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.44% from 434); Green value is 221 (86.72% from 255 or 50.92% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 221 - color contains mainly: green. Hex color #36DD9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36DD9F is #C92260. Grayscale: #A4A4A4. Windows color (decimal): -13181537 or 10476854. OLE color: 10476854.
HSL color Cylindrical-coordinate representation of color #36DD9F: hue angle of 157.72º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36DD9F is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 221 | 159 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.13 |
| HSL | 157.72º | 0.71% | 0.54% | - |
| HSV(B) | 157.72º | 0.76% | 0.87% | - |
| XYZ | 33.64 | 55 | 41.64 | - |
| YUV | 164 | 125.17 | 49.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 221 | 159 | 0.76 | 0 | 0.28 | 0.13 | 157.72 | 0.71 | 0.54 |
| Hex | 36 | DD | 9F | 4C | 0 | 1C | D | 9E | 47 | 36 |
| Octal | 66 | 335 | 237 | 114 | 0 | 34 | 15 | 236 | 107 | 66 |
| Binary | 110110 | 11011101 | 10011111 | 1001100 | 0 | 11100 | 1101 | 10011110 | 1000111 | 110110 |
Color Harmonies of #36DD9F
Complementary color
Monochromatic Colors of #36DD9F
Black with #36DD9F
Text Example
Text Example
White with #36DD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DD9F; }
p { color: rgb(54,221,159); }
H1.HeaderClassName
{
color: #36DD9F;
}
.AnyTagClassName
{
color: #36DD9F;
}
</style>
background-color css
<style>
a { background-color: #36DD9F; }
a { background-color: rgb(54,221,159); }
div.DivClassName
{
background-color: #36DD9F;
}
.BgClassName
{
background-color: #36DD9F;
}
</style>
border-color css
<style>
span { border-color: #36DD9F; }
span { border-color: rgb(54,221,159); }
td.TdClassName
{
border-color: #36DD9F;
}
.TagClassName
{
border-color: #36DD9F;
}
</style>