Shades of Shamrock #35EC9D
Tints of Shamrock #35EC9D
RGB
CMYK
RGB Variations
Color information
#35EC9D (or 0x35EC9D) is known color: Shamrock. HEX triplet: 35, EC and 9D. RGB value is (53,236,157). Sum of RGB (Red+Green+Blue) = 53+236+157=446 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.88% from 446); Green value is 236 (92.58% from 255 or 52.91% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 236 - color contains mainly: green. Hex color #35EC9D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35EC9D is #CA1362. Grayscale: #ACACAC. Windows color (decimal): -13243235 or 10349621. OLE color: 10349621.
HSL color Cylindrical-coordinate representation of color #35EC9D: hue angle of 154.1º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35EC9D is Cyan = 0.78, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 236 | 157 | - |
| CMYK | 0.78 | 0 | 0.33 | 0.07 |
| HSL | 154.1º | 0.83% | 0.57% | - |
| HSV(B) | 154.1º | 0.78% | 0.93% | - |
| XYZ | 37.55 | 63.18 | 42.11 | - |
| YUV | 172.28 | 119.37 | 42.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 236 | 157 | 0.78 | 0 | 0.33 | 0.07 | 154.1 | 0.83 | 0.57 |
| Hex | 35 | EC | 9D | 4E | 0 | 21 | 7 | 9A | 53 | 39 |
| Octal | 65 | 354 | 235 | 116 | 0 | 41 | 7 | 232 | 123 | 71 |
| Binary | 110101 | 11101100 | 10011101 | 1001110 | 0 | 100001 | 111 | 10011010 | 1010011 | 111001 |
Color Harmonies of #35EC9D
Complementary color
Monochromatic Colors of #35EC9D
Black with #35EC9D
Text Example
Text Example
White with #35EC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35EC9D; }
p { color: rgb(53,236,157); }
H1.HeaderClassName
{
color: #35EC9D;
}
.AnyTagClassName
{
color: #35EC9D;
}
</style>
background-color css
<style>
a { background-color: #35EC9D; }
a { background-color: rgb(53,236,157); }
div.DivClassName
{
background-color: #35EC9D;
}
.BgClassName
{
background-color: #35EC9D;
}
</style>
border-color css
<style>
span { border-color: #35EC9D; }
span { border-color: rgb(53,236,157); }
td.TdClassName
{
border-color: #35EC9D;
}
.TagClassName
{
border-color: #35EC9D;
}
</style>