Shades of Shamrock #35DA8E
Tints of Shamrock #35DA8E
RGB
CMYK
RGB Variations
Color information
#35DA8E (or 0x35DA8E) is known color: Shamrock. HEX triplet: 35, DA and 8E. RGB value is (53,218,142). Sum of RGB (Red+Green+Blue) = 53+218+142=413 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.83% from 413); Green value is 218 (85.55% from 255 or 52.78% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 218 - color contains mainly: green. Hex color #35DA8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35DA8E is #CA2571. Grayscale: #A0A0A0. Windows color (decimal): -13247858 or 9361973. OLE color: 9361973.
HSL color Cylindrical-coordinate representation of color #35DA8E: hue angle of 152.36º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DA8E is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 53 | 218 | 142 | - |
| CMYK | 0.76 | 0 | 0.35 | 0.15 |
| HSL | 152.36º | 0.69% | 0.53% | - |
| HSV(B) | 152.36º | 0.76% | 0.85% | - |
| XYZ | 31.42 | 52.85 | 34.14 | - |
| YUV | 160 | 117.84 | 51.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 218 | 142 | 0.76 | 0 | 0.35 | 0.15 | 152.36 | 0.69 | 0.53 |
| Hex | 35 | DA | 8E | 4C | 0 | 23 | F | 98 | 45 | 35 |
| Octal | 65 | 332 | 216 | 114 | 0 | 43 | 17 | 230 | 105 | 65 |
| Binary | 110101 | 11011010 | 10001110 | 1001100 | 0 | 100011 | 1111 | 10011000 | 1000101 | 110101 |
Color Harmonies of #35DA8E
Complementary color
Monochromatic Colors of #35DA8E
Black with #35DA8E
Text Example
Text Example
White with #35DA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DA8E; }
p { color: rgb(53,218,142); }
H1.HeaderClassName
{
color: #35DA8E;
}
.AnyTagClassName
{
color: #35DA8E;
}
</style>
background-color css
<style>
a { background-color: #35DA8E; }
a { background-color: rgb(53,218,142); }
div.DivClassName
{
background-color: #35DA8E;
}
.BgClassName
{
background-color: #35DA8E;
}
</style>
border-color css
<style>
span { border-color: #35DA8E; }
span { border-color: rgb(53,218,142); }
td.TdClassName
{
border-color: #35DA8E;
}
.TagClassName
{
border-color: #35DA8E;
}
</style>