Shades of Shamrock #35D08E
Tints of Shamrock #35D08E
RGB
CMYK
RGB Variations
Color information
#35D08E (or 0x35D08E) is known color: Shamrock. HEX triplet: 35, D0 and 8E. RGB value is (53,208,142). Sum of RGB (Red+Green+Blue) = 53+208+142=403 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.15% from 403); Green value is 208 (81.64% from 255 or 51.61% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 208 - color contains mainly: green. Hex color #35D08E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35D08E is #CA2F71. Grayscale: #9A9A9A. Windows color (decimal): -13250418 or 9359413. OLE color: 9359413.
HSL color Cylindrical-coordinate representation of color #35D08E: hue angle of 154.45º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D08E is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 208 | 142 | - |
| CMYK | 0.75 | 0 | 0.32 | 0.18 |
| HSL | 154.45º | 0.62% | 0.51% | - |
| HSV(B) | 154.45º | 0.75% | 0.82% | - |
| XYZ | 28.91 | 47.82 | 33.3 | - |
| YUV | 154.13 | 121.15 | 55.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 208 | 142 | 0.75 | 0 | 0.32 | 0.18 | 154.45 | 0.62 | 0.51 |
| Hex | 35 | D0 | 8E | 4B | 0 | 20 | 12 | 9A | 3E | 33 |
| Octal | 65 | 320 | 216 | 113 | 0 | 40 | 22 | 232 | 76 | 63 |
| Binary | 110101 | 11010000 | 10001110 | 1001011 | 0 | 100000 | 10010 | 10011010 | 111110 | 110011 |
Color Harmonies of #35D08E
Complementary color
Monochromatic Colors of #35D08E
Black with #35D08E
Text Example
Text Example
White with #35D08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D08E; }
p { color: rgb(53,208,142); }
H1.HeaderClassName
{
color: #35D08E;
}
.AnyTagClassName
{
color: #35D08E;
}
</style>
background-color css
<style>
a { background-color: #35D08E; }
a { background-color: rgb(53,208,142); }
div.DivClassName
{
background-color: #35D08E;
}
.BgClassName
{
background-color: #35D08E;
}
</style>
border-color css
<style>
span { border-color: #35D08E; }
span { border-color: rgb(53,208,142); }
td.TdClassName
{
border-color: #35D08E;
}
.TagClassName
{
border-color: #35D08E;
}
</style>