Shades of Shamrock #35D282
Tints of Shamrock #35D282
RGB
CMYK
RGB Variations
Color information
#35D282 (or 0x35D282) is known color: Shamrock. HEX triplet: 35, D2 and 82. RGB value is (53,210,130). Sum of RGB (Red+Green+Blue) = 53+210+130=393 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.49% from 393); Green value is 210 (82.42% from 255 or 53.44% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 210 - color contains mainly: green. Hex color #35D282 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35D282 is #CA2D7D. Grayscale: #9A9A9A. Windows color (decimal): -13249918 or 8573493. OLE color: 8573493.
HSL color Cylindrical-coordinate representation of color #35D282: hue angle of 149.43º 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 #35D282 is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 210 | 130 | - |
| CMYK | 0.75 | 0 | 0.38 | 0.18 |
| HSL | 149.43º | 0.64% | 0.52% | - |
| HSV(B) | 149.43º | 0.75% | 0.82% | - |
| XYZ | 28.54 | 48.46 | 28.97 | - |
| YUV | 153.94 | 114.49 | 56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 210 | 130 | 0.75 | 0 | 0.38 | 0.18 | 149.43 | 0.64 | 0.52 |
| Hex | 35 | D2 | 82 | 4B | 0 | 26 | 12 | 95 | 40 | 34 |
| Octal | 65 | 322 | 202 | 113 | 0 | 46 | 22 | 225 | 100 | 64 |
| Binary | 110101 | 11010010 | 10000010 | 1001011 | 0 | 100110 | 10010 | 10010101 | 1000000 | 110100 |
Color Harmonies of #35D282
Complementary color
Monochromatic Colors of #35D282
Black with #35D282
Text Example
Text Example
White with #35D282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D282; }
p { color: rgb(53,210,130); }
H1.HeaderClassName
{
color: #35D282;
}
.AnyTagClassName
{
color: #35D282;
}
</style>
background-color css
<style>
a { background-color: #35D282; }
a { background-color: rgb(53,210,130); }
div.DivClassName
{
background-color: #35D282;
}
.BgClassName
{
background-color: #35D282;
}
</style>
border-color css
<style>
span { border-color: #35D282; }
span { border-color: rgb(53,210,130); }
td.TdClassName
{
border-color: #35D282;
}
.TagClassName
{
border-color: #35D282;
}
</style>