Shades of Shamrock #35D184
Tints of Shamrock #35D184
RGB
CMYK
RGB Variations
Color information
#35D184 (or 0x35D184) is known color: Shamrock. HEX triplet: 35, D1 and 84. RGB value is (53,209,132). Sum of RGB (Red+Green+Blue) = 53+209+132=394 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.45% from 394); Green value is 209 (82.03% from 255 or 53.05% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 209 - color contains mainly: green. Hex color #35D184 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35D184 is #CA2E7B. Grayscale: #999999. Windows color (decimal): -13250172 or 8704309. OLE color: 8704309.
HSL color Cylindrical-coordinate representation of color #35D184: hue angle of 150.38º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D184 is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 209 | 132 | - |
| CMYK | 0.75 | 0 | 0.37 | 0.18 |
| HSL | 150.38º | 0.63% | 0.51% | - |
| HSV(B) | 150.38º | 0.75% | 0.82% | - |
| XYZ | 28.43 | 48.02 | 29.6 | - |
| YUV | 153.58 | 115.82 | 56.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 209 | 132 | 0.75 | 0 | 0.37 | 0.18 | 150.38 | 0.63 | 0.51 |
| Hex | 35 | D1 | 84 | 4B | 0 | 25 | 12 | 96 | 3F | 33 |
| Octal | 65 | 321 | 204 | 113 | 0 | 45 | 22 | 226 | 77 | 63 |
| Binary | 110101 | 11010001 | 10000100 | 1001011 | 0 | 100101 | 10010 | 10010110 | 111111 | 110011 |
Color Harmonies of #35D184
Complementary color
Monochromatic Colors of #35D184
Black with #35D184
Text Example
Text Example
White with #35D184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D184; }
p { color: rgb(53,209,132); }
H1.HeaderClassName
{
color: #35D184;
}
.AnyTagClassName
{
color: #35D184;
}
</style>
background-color css
<style>
a { background-color: #35D184; }
a { background-color: rgb(53,209,132); }
div.DivClassName
{
background-color: #35D184;
}
.BgClassName
{
background-color: #35D184;
}
</style>
border-color css
<style>
span { border-color: #35D184; }
span { border-color: rgb(53,209,132); }
td.TdClassName
{
border-color: #35D184;
}
.TagClassName
{
border-color: #35D184;
}
</style>