Shades of Shamrock #35DD82
Tints of Shamrock #35DD82
RGB
CMYK
RGB Variations
Color information
#35DD82 (or 0x35DD82) is known color: Shamrock. HEX triplet: 35, DD and 82. RGB value is (53,221,130). Sum of RGB (Red+Green+Blue) = 53+221+130=404 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.12% from 404); Green value is 221 (86.72% from 255 or 54.70% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 221 - color contains mainly: green. Hex color #35DD82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35DD82 is #CA227D. Grayscale: #A0A0A0. Windows color (decimal): -13247102 or 8576309. OLE color: 8576309.
HSL color Cylindrical-coordinate representation of color #35DD82: hue angle of 147.5º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DD82 is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 221 | 130 | - |
| CMYK | 0.76 | 0 | 0.41 | 0.13 |
| HSL | 147.5º | 0.71% | 0.54% | - |
| HSV(B) | 147.5º | 0.76% | 0.87% | - |
| XYZ | 31.35 | 54.08 | 29.91 | - |
| YUV | 160.39 | 110.84 | 51.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 221 | 130 | 0.76 | 0 | 0.41 | 0.13 | 147.5 | 0.71 | 0.54 |
| Hex | 35 | DD | 82 | 4C | 0 | 29 | D | 94 | 47 | 36 |
| Octal | 65 | 335 | 202 | 114 | 0 | 51 | 15 | 224 | 107 | 66 |
| Binary | 110101 | 11011101 | 10000010 | 1001100 | 0 | 101001 | 1101 | 10010100 | 1000111 | 110110 |
Color Harmonies of #35DD82
Complementary color
Monochromatic Colors of #35DD82
Black with #35DD82
Text Example
Text Example
White with #35DD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DD82; }
p { color: rgb(53,221,130); }
H1.HeaderClassName
{
color: #35DD82;
}
.AnyTagClassName
{
color: #35DD82;
}
</style>
background-color css
<style>
a { background-color: #35DD82; }
a { background-color: rgb(53,221,130); }
div.DivClassName
{
background-color: #35DD82;
}
.BgClassName
{
background-color: #35DD82;
}
</style>
border-color css
<style>
span { border-color: #35DD82; }
span { border-color: rgb(53,221,130); }
td.TdClassName
{
border-color: #35DD82;
}
.TagClassName
{
border-color: #35DD82;
}
</style>