Shades of Shamrock #35DB8D
Tints of Shamrock #35DB8D
RGB
CMYK
RGB Variations
Color information
#35DB8D (or 0x35DB8D) is known color: Shamrock. HEX triplet: 35, DB and 8D. RGB value is (53,219,141). Sum of RGB (Red+Green+Blue) = 53+219+141=413 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.83% from 413); Green value is 219 (85.94% from 255 or 53.03% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 219 - color contains mainly: green. Hex color #35DB8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35DB8D is #CA2472. Grayscale: #A0A0A0. Windows color (decimal): -13247603 or 9296693. OLE color: 9296693.
HSL color Cylindrical-coordinate representation of color #35DB8D: hue angle of 151.81º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DB8D is Cyan = 0.76, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 219 | 141 | - |
| CMYK | 0.76 | 0 | 0.36 | 0.14 |
| HSL | 151.81º | 0.7% | 0.53% | - |
| HSV(B) | 151.81º | 0.76% | 0.86% | - |
| XYZ | 31.61 | 53.34 | 33.83 | - |
| YUV | 160.47 | 117 | 51.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 219 | 141 | 0.76 | 0 | 0.36 | 0.14 | 151.81 | 0.7 | 0.53 |
| Hex | 35 | DB | 8D | 4C | 0 | 24 | E | 98 | 46 | 35 |
| Octal | 65 | 333 | 215 | 114 | 0 | 44 | 16 | 230 | 106 | 65 |
| Binary | 110101 | 11011011 | 10001101 | 1001100 | 0 | 100100 | 1110 | 10011000 | 1000110 | 110101 |
Color Harmonies of #35DB8D
Complementary color
Monochromatic Colors of #35DB8D
Black with #35DB8D
Text Example
Text Example
White with #35DB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DB8D; }
p { color: rgb(53,219,141); }
H1.HeaderClassName
{
color: #35DB8D;
}
.AnyTagClassName
{
color: #35DB8D;
}
</style>
background-color css
<style>
a { background-color: #35DB8D; }
a { background-color: rgb(53,219,141); }
div.DivClassName
{
background-color: #35DB8D;
}
.BgClassName
{
background-color: #35DB8D;
}
</style>
border-color css
<style>
span { border-color: #35DB8D; }
span { border-color: rgb(53,219,141); }
td.TdClassName
{
border-color: #35DB8D;
}
.TagClassName
{
border-color: #35DB8D;
}
</style>