Shades of Shamrock #36D685
Tints of Shamrock #36D685
RGB
CMYK
RGB Variations
Color information
#36D685 (or 0x36D685) is known color: Shamrock. HEX triplet: 36, D6 and 85. RGB value is (54,214,133). Sum of RGB (Red+Green+Blue) = 54+214+133=401 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.47% from 401); Green value is 214 (83.98% from 255 or 53.37% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 214 - color contains mainly: green. Hex color #36D685 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36D685 is #C9297A. Grayscale: #9D9D9D. Windows color (decimal): -13183355 or 8771126. OLE color: 8771126.
HSL color Cylindrical-coordinate representation of color #36D685: hue angle of 149.62º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36D685 is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 54 | 214 | 133 | - |
| CMYK | 0.75 | 0 | 0.38 | 0.16 |
| HSL | 149.63º | 0.66% | 0.53% | - |
| HSV(B) | 149.63º | 0.75% | 0.84% | - |
| XYZ | 29.8 | 50.57 | 30.38 | - |
| YUV | 156.93 | 114.49 | 54.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 214 | 133 | 0.75 | 0 | 0.38 | 0.16 | 149.63 | 0.66 | 0.53 |
| Hex | 36 | D6 | 85 | 4B | 0 | 26 | 10 | 96 | 42 | 35 |
| Octal | 66 | 326 | 205 | 113 | 0 | 46 | 20 | 226 | 102 | 65 |
| Binary | 110110 | 11010110 | 10000101 | 1001011 | 0 | 100110 | 10000 | 10010110 | 1000010 | 110101 |
Color Harmonies of #36D685
Complementary color
Monochromatic Colors of #36D685
Black with #36D685
Text Example
Text Example
White with #36D685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D685; }
p { color: rgb(54,214,133); }
H1.HeaderClassName
{
color: #36D685;
}
.AnyTagClassName
{
color: #36D685;
}
</style>
background-color css
<style>
a { background-color: #36D685; }
a { background-color: rgb(54,214,133); }
div.DivClassName
{
background-color: #36D685;
}
.BgClassName
{
background-color: #36D685;
}
</style>
border-color css
<style>
span { border-color: #36D685; }
span { border-color: rgb(54,214,133); }
td.TdClassName
{
border-color: #36D685;
}
.TagClassName
{
border-color: #36D685;
}
</style>