Shades of Shamrock #35D998
Tints of Shamrock #35D998
RGB
CMYK
RGB Variations
Color information
#35D998 (or 0x35D998) is known color: Shamrock. HEX triplet: 35, D9 and 98. RGB value is (53,217,152). Sum of RGB (Red+Green+Blue) = 53+217+152=422 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.56% from 422); Green value is 217 (85.16% from 255 or 51.42% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 217 - color contains mainly: green. Hex color #35D998 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35D998 is #CA2667. Grayscale: #A0A0A0. Windows color (decimal): -13248104 or 10017077. OLE color: 10017077.
HSL color Cylindrical-coordinate representation of color #35D998: hue angle of 156.22º degrees, saturation: 0.68, 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 #35D998 is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 53 | 217 | 152 | - |
| CMYK | 0.76 | 0 | 0.30 | 0.15 |
| HSL | 156.22º | 0.68% | 0.53% | - |
| HSV(B) | 156.22º | 0.76% | 0.85% | - |
| XYZ | 31.95 | 52.65 | 38.18 | - |
| YUV | 160.55 | 123.17 | 51.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 217 | 152 | 0.76 | 0 | 0.30 | 0.15 | 156.22 | 0.68 | 0.53 |
| Hex | 35 | D9 | 98 | 4C | 0 | 1E | F | 9C | 44 | 35 |
| Octal | 65 | 331 | 230 | 114 | 0 | 36 | 17 | 234 | 104 | 65 |
| Binary | 110101 | 11011001 | 10011000 | 1001100 | 0 | 11110 | 1111 | 10011100 | 1000100 | 110101 |
Color Harmonies of #35D998
Complementary color
Monochromatic Colors of #35D998
Black with #35D998
Text Example
Text Example
White with #35D998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D998; }
p { color: rgb(53,217,152); }
H1.HeaderClassName
{
color: #35D998;
}
.AnyTagClassName
{
color: #35D998;
}
</style>
background-color css
<style>
a { background-color: #35D998; }
a { background-color: rgb(53,217,152); }
div.DivClassName
{
background-color: #35D998;
}
.BgClassName
{
background-color: #35D998;
}
</style>
border-color css
<style>
span { border-color: #35D998; }
span { border-color: rgb(53,217,152); }
td.TdClassName
{
border-color: #35D998;
}
.TagClassName
{
border-color: #35D998;
}
</style>