Shades of Shamrock #36CE95
Tints of Shamrock #36CE95
RGB
CMYK
RGB Variations
Color information
#36CE95 (or 0x36CE95) is known color: Shamrock. HEX triplet: 36, CE and 95. RGB value is (54,206,149). Sum of RGB (Red+Green+Blue) = 54+206+149=409 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.20% from 409); Green value is 206 (80.86% from 255 or 50.37% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 206 - color contains mainly: green. Hex color #36CE95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36CE95 is #C9316A. Grayscale: #9A9A9A. Windows color (decimal): -13185387 or 9817654. OLE color: 9817654.
HSL color Cylindrical-coordinate representation of color #36CE95: hue angle of 157.5º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36CE95 is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 206 | 149 | - |
| CMYK | 0.74 | 0 | 0.28 | 0.19 |
| HSL | 157.5º | 0.61% | 0.51% | - |
| HSV(B) | 157.5º | 0.74% | 0.81% | - |
| XYZ | 29.02 | 47.1 | 35.99 | - |
| YUV | 154.05 | 125.14 | 56.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 206 | 149 | 0.74 | 0 | 0.28 | 0.19 | 157.5 | 0.61 | 0.51 |
| Hex | 36 | CE | 95 | 4A | 0 | 1C | 13 | 9E | 3D | 33 |
| Octal | 66 | 316 | 225 | 112 | 0 | 34 | 23 | 236 | 75 | 63 |
| Binary | 110110 | 11001110 | 10010101 | 1001010 | 0 | 11100 | 10011 | 10011110 | 111101 | 110011 |
Color Harmonies of #36CE95
Complementary color
Monochromatic Colors of #36CE95
Black with #36CE95
Text Example
Text Example
White with #36CE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CE95; }
p { color: rgb(54,206,149); }
H1.HeaderClassName
{
color: #36CE95;
}
.AnyTagClassName
{
color: #36CE95;
}
</style>
background-color css
<style>
a { background-color: #36CE95; }
a { background-color: rgb(54,206,149); }
div.DivClassName
{
background-color: #36CE95;
}
.BgClassName
{
background-color: #36CE95;
}
</style>
border-color css
<style>
span { border-color: #36CE95; }
span { border-color: rgb(54,206,149); }
td.TdClassName
{
border-color: #36CE95;
}
.TagClassName
{
border-color: #36CE95;
}
</style>