Shades of Shamrock #36DC93
Tints of Shamrock #36DC93
RGB
CMYK
RGB Variations
Color information
#36DC93 (or 0x36DC93) is known color: Shamrock. HEX triplet: 36, DC and 93. RGB value is (54,220,147). Sum of RGB (Red+Green+Blue) = 54+220+147=421 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.83% from 421); Green value is 220 (86.33% from 255 or 52.26% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 220 - color contains mainly: green. Hex color #36DC93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36DC93 is #C9236C. Grayscale: #A2A2A2. Windows color (decimal): -13181805 or 9690166. OLE color: 9690166.
HSL color Cylindrical-coordinate representation of color #36DC93: hue angle of 153.61º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36DC93 is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 220 | 147 | - |
| CMYK | 0.75 | 0 | 0.33 | 0.14 |
| HSL | 153.61º | 0.7% | 0.54% | - |
| HSV(B) | 153.61º | 0.75% | 0.86% | - |
| XYZ | 32.38 | 54.08 | 36.34 | - |
| YUV | 162.04 | 119.5 | 50.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 220 | 147 | 0.75 | 0 | 0.33 | 0.14 | 153.61 | 0.7 | 0.54 |
| Hex | 36 | DC | 93 | 4B | 0 | 21 | E | 9A | 46 | 36 |
| Octal | 66 | 334 | 223 | 113 | 0 | 41 | 16 | 232 | 106 | 66 |
| Binary | 110110 | 11011100 | 10010011 | 1001011 | 0 | 100001 | 1110 | 10011010 | 1000110 | 110110 |
Color Harmonies of #36DC93
Complementary color
Monochromatic Colors of #36DC93
Black with #36DC93
Text Example
Text Example
White with #36DC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DC93; }
p { color: rgb(54,220,147); }
H1.HeaderClassName
{
color: #36DC93;
}
.AnyTagClassName
{
color: #36DC93;
}
</style>
background-color css
<style>
a { background-color: #36DC93; }
a { background-color: rgb(54,220,147); }
div.DivClassName
{
background-color: #36DC93;
}
.BgClassName
{
background-color: #36DC93;
}
</style>
border-color css
<style>
span { border-color: #36DC93; }
span { border-color: rgb(54,220,147); }
td.TdClassName
{
border-color: #36DC93;
}
.TagClassName
{
border-color: #36DC93;
}
</style>