Shades of Shamrock #35C98E
Tints of Shamrock #35C98E
RGB
CMYK
RGB Variations
Color information
#35C98E (or 0x35C98E) is known color: Shamrock. HEX triplet: 35, C9 and 8E. RGB value is (53,201,142). Sum of RGB (Red+Green+Blue) = 53+201+142=396 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.38% from 396); Green value is 201 (78.91% from 255 or 50.76% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 201 - color contains mainly: green. Hex color #35C98E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C98E is #CA3671. Grayscale: #969696. Windows color (decimal): -13252210 or 9357621. OLE color: 9357621.
HSL color Cylindrical-coordinate representation of color #35C98E: hue angle of 156.08º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35C98E is Cyan = 0.74, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 201 | 142 | - |
| CMYK | 0.74 | 0 | 0.29 | 0.21 |
| HSL | 156.08º | 0.58% | 0.5% | - |
| HSV(B) | 156.08º | 0.74% | 0.79% | - |
| XYZ | 27.24 | 44.48 | 32.74 | - |
| YUV | 150.02 | 123.47 | 58.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 201 | 142 | 0.74 | 0 | 0.29 | 0.21 | 156.08 | 0.58 | 0.5 |
| Hex | 35 | C9 | 8E | 4A | 0 | 1D | 15 | 9C | 3A | 32 |
| Octal | 65 | 311 | 216 | 112 | 0 | 35 | 25 | 234 | 72 | 62 |
| Binary | 110101 | 11001001 | 10001110 | 1001010 | 0 | 11101 | 10101 | 10011100 | 111010 | 110010 |
Color Harmonies of #35C98E
Complementary color
Monochromatic Colors of #35C98E
Black with #35C98E
Text Example
Text Example
White with #35C98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C98E; }
p { color: rgb(53,201,142); }
H1.HeaderClassName
{
color: #35C98E;
}
.AnyTagClassName
{
color: #35C98E;
}
</style>
background-color css
<style>
a { background-color: #35C98E; }
a { background-color: rgb(53,201,142); }
div.DivClassName
{
background-color: #35C98E;
}
.BgClassName
{
background-color: #35C98E;
}
</style>
border-color css
<style>
span { border-color: #35C98E; }
span { border-color: rgb(53,201,142); }
td.TdClassName
{
border-color: #35C98E;
}
.TagClassName
{
border-color: #35C98E;
}
</style>