Shades of Shamrock #35D39C
Tints of Shamrock #35D39C
RGB
CMYK
RGB Variations
Color information
#35D39C (or 0x35D39C) is known color: Shamrock. HEX triplet: 35, D3 and 9C. RGB value is (53,211,156). Sum of RGB (Red+Green+Blue) = 53+211+156=420 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.62% from 420); Green value is 211 (82.81% from 255 or 50.24% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 211 - color contains mainly: green. Hex color #35D39C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35D39C is #CA2C63. Grayscale: #9D9D9D. Windows color (decimal): -13249636 or 10277685. OLE color: 10277685.
HSL color Cylindrical-coordinate representation of color #35D39C: hue angle of 159.11º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D39C is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 53 | 211 | 156 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.17 |
| HSL | 159.11º | 0.64% | 0.52% | - |
| HSV(B) | 159.11º | 0.75% | 0.83% | - |
| XYZ | 30.76 | 49.75 | 39.43 | - |
| YUV | 157.49 | 127.15 | 53.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 211 | 156 | 0.75 | 0 | 0.26 | 0.17 | 159.11 | 0.64 | 0.52 |
| Hex | 35 | D3 | 9C | 4B | 0 | 1A | 11 | 9F | 40 | 34 |
| Octal | 65 | 323 | 234 | 113 | 0 | 32 | 21 | 237 | 100 | 64 |
| Binary | 110101 | 11010011 | 10011100 | 1001011 | 0 | 11010 | 10001 | 10011111 | 1000000 | 110100 |
Color Harmonies of #35D39C
Complementary color
Monochromatic Colors of #35D39C
Black with #35D39C
Text Example
Text Example
White with #35D39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D39C; }
p { color: rgb(53,211,156); }
H1.HeaderClassName
{
color: #35D39C;
}
.AnyTagClassName
{
color: #35D39C;
}
</style>
background-color css
<style>
a { background-color: #35D39C; }
a { background-color: rgb(53,211,156); }
div.DivClassName
{
background-color: #35D39C;
}
.BgClassName
{
background-color: #35D39C;
}
</style>
border-color css
<style>
span { border-color: #35D39C; }
span { border-color: rgb(53,211,156); }
td.TdClassName
{
border-color: #35D39C;
}
.TagClassName
{
border-color: #35D39C;
}
</style>