Shades of Shamrock #36DE8A
Tints of Shamrock #36DE8A
RGB
CMYK
RGB Variations
Color information
#36DE8A (or 0x36DE8A) is known color: Shamrock. HEX triplet: 36, DE and 8A. RGB value is (54,222,138). Sum of RGB (Red+Green+Blue) = 54+222+138=414 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.04% from 414); Green value is 222 (87.11% from 255 or 53.62% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 222 - color contains mainly: green. Hex color #36DE8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36DE8A is #C92175. Grayscale: #A2A2A2. Windows color (decimal): -13181302 or 9100854. OLE color: 9100854.
HSL color Cylindrical-coordinate representation of color #36DE8A: hue angle of 150º degrees, saturation: 0.72, 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 #36DE8A is Cyan = 0.76, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 222 | 138 | - |
| CMYK | 0.76 | 0 | 0.38 | 0.13 |
| HSL | 150º | 0.72% | 0.54% | - |
| HSV(B) | 150º | 0.76% | 0.87% | - |
| XYZ | 32.23 | 54.86 | 32.94 | - |
| YUV | 162.19 | 114.34 | 50.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 222 | 138 | 0.76 | 0 | 0.38 | 0.13 | 150 | 0.72 | 0.54 |
| Hex | 36 | DE | 8A | 4C | 0 | 26 | D | 96 | 48 | 36 |
| Octal | 66 | 336 | 212 | 114 | 0 | 46 | 15 | 226 | 110 | 66 |
| Binary | 110110 | 11011110 | 10001010 | 1001100 | 0 | 100110 | 1101 | 10010110 | 1001000 | 110110 |
Color Harmonies of #36DE8A
Complementary color
Monochromatic Colors of #36DE8A
Black with #36DE8A
Text Example
Text Example
White with #36DE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DE8A; }
p { color: rgb(54,222,138); }
H1.HeaderClassName
{
color: #36DE8A;
}
.AnyTagClassName
{
color: #36DE8A;
}
</style>
background-color css
<style>
a { background-color: #36DE8A; }
a { background-color: rgb(54,222,138); }
div.DivClassName
{
background-color: #36DE8A;
}
.BgClassName
{
background-color: #36DE8A;
}
</style>
border-color css
<style>
span { border-color: #36DE8A; }
span { border-color: rgb(54,222,138); }
td.TdClassName
{
border-color: #36DE8A;
}
.TagClassName
{
border-color: #36DE8A;
}
</style>