Shades of Shamrock #35D992
Tints of Shamrock #35D992
RGB
CMYK
RGB Variations
Color information
#35D992 (or 0x35D992) is known color: Shamrock. HEX triplet: 35, D9 and 92. RGB value is (53,217,146). Sum of RGB (Red+Green+Blue) = 53+217+146=416 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.74% from 416); Green value is 217 (85.16% from 255 or 52.16% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 217 - color contains mainly: green. Hex color #35D992 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35D992 is #CA266D. Grayscale: #9F9F9F. Windows color (decimal): -13248110 or 9623861. OLE color: 9623861.
HSL color Cylindrical-coordinate representation of color #35D992: hue angle of 154.02º 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 #35D992 is Cyan = 0.76, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 53 | 217 | 146 | - |
| CMYK | 0.76 | 0 | 0.33 | 0.15 |
| HSL | 154.02º | 0.68% | 0.53% | - |
| HSV(B) | 154.02º | 0.76% | 0.85% | - |
| XYZ | 31.47 | 52.46 | 35.66 | - |
| YUV | 159.87 | 120.17 | 51.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 217 | 146 | 0.76 | 0 | 0.33 | 0.15 | 154.02 | 0.68 | 0.53 |
| Hex | 35 | D9 | 92 | 4C | 0 | 21 | F | 9A | 44 | 35 |
| Octal | 65 | 331 | 222 | 114 | 0 | 41 | 17 | 232 | 104 | 65 |
| Binary | 110101 | 11011001 | 10010010 | 1001100 | 0 | 100001 | 1111 | 10011010 | 1000100 | 110101 |
Color Harmonies of #35D992
Complementary color
Monochromatic Colors of #35D992
Black with #35D992
Text Example
Text Example
White with #35D992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D992; }
p { color: rgb(53,217,146); }
H1.HeaderClassName
{
color: #35D992;
}
.AnyTagClassName
{
color: #35D992;
}
</style>
background-color css
<style>
a { background-color: #35D992; }
a { background-color: rgb(53,217,146); }
div.DivClassName
{
background-color: #35D992;
}
.BgClassName
{
background-color: #35D992;
}
</style>
border-color css
<style>
span { border-color: #35D992; }
span { border-color: rgb(53,217,146); }
td.TdClassName
{
border-color: #35D992;
}
.TagClassName
{
border-color: #35D992;
}
</style>