Shades of Shamrock #36D286
Tints of Shamrock #36D286
RGB
CMYK
RGB Variations
Color information
#36D286 (or 0x36D286) is known color: Shamrock. HEX triplet: 36, D2 and 86. RGB value is (54,210,134). Sum of RGB (Red+Green+Blue) = 54+210+134=398 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.57% from 398); Green value is 210 (82.42% from 255 or 52.76% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 210 - color contains mainly: green. Hex color #36D286 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36D286 is #C92D79. Grayscale: #9A9A9A. Windows color (decimal): -13184378 or 8835638. OLE color: 8835638.
HSL color Cylindrical-coordinate representation of color #36D286: hue angle of 150.77º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36D286 is Cyan = 0.74, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 54 | 210 | 134 | - |
| CMYK | 0.74 | 0 | 0.36 | 0.18 |
| HSL | 150.77º | 0.63% | 0.52% | - |
| HSV(B) | 150.77º | 0.74% | 0.82% | - |
| XYZ | 28.87 | 48.6 | 30.41 | - |
| YUV | 154.69 | 116.32 | 56.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 210 | 134 | 0.74 | 0 | 0.36 | 0.18 | 150.77 | 0.63 | 0.52 |
| Hex | 36 | D2 | 86 | 4A | 0 | 24 | 12 | 97 | 3F | 34 |
| Octal | 66 | 322 | 206 | 112 | 0 | 44 | 22 | 227 | 77 | 64 |
| Binary | 110110 | 11010010 | 10000110 | 1001010 | 0 | 100100 | 10010 | 10010111 | 111111 | 110100 |
Color Harmonies of #36D286
Complementary color
Monochromatic Colors of #36D286
Black with #36D286
Text Example
Text Example
White with #36D286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D286; }
p { color: rgb(54,210,134); }
H1.HeaderClassName
{
color: #36D286;
}
.AnyTagClassName
{
color: #36D286;
}
</style>
background-color css
<style>
a { background-color: #36D286; }
a { background-color: rgb(54,210,134); }
div.DivClassName
{
background-color: #36D286;
}
.BgClassName
{
background-color: #36D286;
}
</style>
border-color css
<style>
span { border-color: #36D286; }
span { border-color: rgb(54,210,134); }
td.TdClassName
{
border-color: #36D286;
}
.TagClassName
{
border-color: #36D286;
}
</style>