Shades of Shamrock #35D696
Tints of Shamrock #35D696
RGB
CMYK
RGB Variations
Color information
#35D696 (or 0x35D696) is known color: Shamrock. HEX triplet: 35, D6 and 96. RGB value is (53,214,150). Sum of RGB (Red+Green+Blue) = 53+214+150=417 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.71% from 417); Green value is 214 (83.98% from 255 or 51.32% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 214 - color contains mainly: green. Hex color #35D696 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35D696 is #CA2969. Grayscale: #9E9E9E. Windows color (decimal): -13248874 or 9885237. OLE color: 9885237.
HSL color Cylindrical-coordinate representation of color #35D696: hue angle of 156.15º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D696 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 53 | 214 | 150 | - |
| CMYK | 0.75 | 0 | 0.30 | 0.16 |
| HSL | 156.15º | 0.66% | 0.52% | - |
| HSV(B) | 156.15º | 0.75% | 0.84% | - |
| XYZ | 31.02 | 51.05 | 37.07 | - |
| YUV | 158.57 | 123.16 | 52.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 214 | 150 | 0.75 | 0 | 0.30 | 0.16 | 156.15 | 0.66 | 0.52 |
| Hex | 35 | D6 | 96 | 4B | 0 | 1E | 10 | 9C | 42 | 34 |
| Octal | 65 | 326 | 226 | 113 | 0 | 36 | 20 | 234 | 102 | 64 |
| Binary | 110101 | 11010110 | 10010110 | 1001011 | 0 | 11110 | 10000 | 10011100 | 1000010 | 110100 |
Color Harmonies of #35D696
Complementary color
Monochromatic Colors of #35D696
Black with #35D696
Text Example
Text Example
White with #35D696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D696; }
p { color: rgb(53,214,150); }
H1.HeaderClassName
{
color: #35D696;
}
.AnyTagClassName
{
color: #35D696;
}
</style>
background-color css
<style>
a { background-color: #35D696; }
a { background-color: rgb(53,214,150); }
div.DivClassName
{
background-color: #35D696;
}
.BgClassName
{
background-color: #35D696;
}
</style>
border-color css
<style>
span { border-color: #35D696; }
span { border-color: rgb(53,214,150); }
td.TdClassName
{
border-color: #35D696;
}
.TagClassName
{
border-color: #35D696;
}
</style>