Shades of Shamrock #35DC8D
Tints of Shamrock #35DC8D
RGB
CMYK
RGB Variations
Color information
#35DC8D (or 0x35DC8D) is known color: Shamrock. HEX triplet: 35, DC and 8D. RGB value is (53,220,141). Sum of RGB (Red+Green+Blue) = 53+220+141=414 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.80% from 414); Green value is 220 (86.33% from 255 or 53.14% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 220 - color contains mainly: green. Hex color #35DC8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35DC8D is #CA2372. Grayscale: #A1A1A1. Windows color (decimal): -13247347 or 9296949. OLE color: 9296949.
HSL color Cylindrical-coordinate representation of color #35DC8D: hue angle of 151.62º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DC8D is Cyan = 0.76, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 220 | 141 | - |
| CMYK | 0.76 | 0 | 0.36 | 0.14 |
| HSL | 151.62º | 0.7% | 0.54% | - |
| HSV(B) | 151.62º | 0.76% | 0.86% | - |
| XYZ | 31.87 | 53.87 | 33.92 | - |
| YUV | 161.06 | 116.67 | 50.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 220 | 141 | 0.76 | 0 | 0.36 | 0.14 | 151.62 | 0.7 | 0.54 |
| Hex | 35 | DC | 8D | 4C | 0 | 24 | E | 98 | 46 | 36 |
| Octal | 65 | 334 | 215 | 114 | 0 | 44 | 16 | 230 | 106 | 66 |
| Binary | 110101 | 11011100 | 10001101 | 1001100 | 0 | 100100 | 1110 | 10011000 | 1000110 | 110110 |
Color Harmonies of #35DC8D
Complementary color
Monochromatic Colors of #35DC8D
Black with #35DC8D
Text Example
Text Example
White with #35DC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DC8D; }
p { color: rgb(53,220,141); }
H1.HeaderClassName
{
color: #35DC8D;
}
.AnyTagClassName
{
color: #35DC8D;
}
</style>
background-color css
<style>
a { background-color: #35DC8D; }
a { background-color: rgb(53,220,141); }
div.DivClassName
{
background-color: #35DC8D;
}
.BgClassName
{
background-color: #35DC8D;
}
</style>
border-color css
<style>
span { border-color: #35DC8D; }
span { border-color: rgb(53,220,141); }
td.TdClassName
{
border-color: #35DC8D;
}
.TagClassName
{
border-color: #35DC8D;
}
</style>