Shades of Shamrock #35D291
Tints of Shamrock #35D291
RGB
CMYK
RGB Variations
Color information
#35D291 (or 0x35D291) is known color: Shamrock. HEX triplet: 35, D2 and 91. RGB value is (53,210,145). Sum of RGB (Red+Green+Blue) = 53+210+145=408 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.99% from 408); Green value is 210 (82.42% from 255 or 51.47% from 408); Blue value is 145 (57.03% from 255 or 35.54% from 408); Max value from RGB is 210 - color contains mainly: green. Hex color #35D291 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35D291 is #CA2D6E. Grayscale: #9B9B9B. Windows color (decimal): -13249903 or 9556533. OLE color: 9556533.
HSL color Cylindrical-coordinate representation of color #35D291: hue angle of 155.16º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D291 is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 210 | 145 | - |
| CMYK | 0.75 | 0 | 0.31 | 0.18 |
| HSL | 155.16º | 0.64% | 0.52% | - |
| HSV(B) | 155.16º | 0.75% | 0.82% | - |
| XYZ | 29.63 | 48.89 | 34.66 | - |
| YUV | 155.65 | 121.99 | 54.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 210 | 145 | 0.75 | 0 | 0.31 | 0.18 | 155.16 | 0.64 | 0.52 |
| Hex | 35 | D2 | 91 | 4B | 0 | 1F | 12 | 9B | 40 | 34 |
| Octal | 65 | 322 | 221 | 113 | 0 | 37 | 22 | 233 | 100 | 64 |
| Binary | 110101 | 11010010 | 10010001 | 1001011 | 0 | 11111 | 10010 | 10011011 | 1000000 | 110100 |
Color Harmonies of #35D291
Complementary color
Monochromatic Colors of #35D291
Black with #35D291
Text Example
Text Example
White with #35D291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D291; }
p { color: rgb(53,210,145); }
H1.HeaderClassName
{
color: #35D291;
}
.AnyTagClassName
{
color: #35D291;
}
</style>
background-color css
<style>
a { background-color: #35D291; }
a { background-color: rgb(53,210,145); }
div.DivClassName
{
background-color: #35D291;
}
.BgClassName
{
background-color: #35D291;
}
</style>
border-color css
<style>
span { border-color: #35D291; }
span { border-color: rgb(53,210,145); }
td.TdClassName
{
border-color: #35D291;
}
.TagClassName
{
border-color: #35D291;
}
</style>