Shades of Shamrock #35D482
Tints of Shamrock #35D482
RGB
CMYK
RGB Variations
Color information
#35D482 (or 0x35D482) is known color: Shamrock. HEX triplet: 35, D4 and 82. RGB value is (53,212,130). Sum of RGB (Red+Green+Blue) = 53+212+130=395 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.42% from 395); Green value is 212 (83.20% from 255 or 53.67% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 212 - color contains mainly: green. Hex color #35D482 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35D482 is #CA2B7D. Grayscale: #9B9B9B. Windows color (decimal): -13249406 or 8574005. OLE color: 8574005.
HSL color Cylindrical-coordinate representation of color #35D482: hue angle of 149.06º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D482 is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 53 | 212 | 130 | - |
| CMYK | 0.75 | 0 | 0.39 | 0.17 |
| HSL | 149.06º | 0.65% | 0.52% | - |
| HSV(B) | 149.06º | 0.75% | 0.83% | - |
| XYZ | 29.04 | 49.46 | 29.13 | - |
| YUV | 155.11 | 113.82 | 55.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 212 | 130 | 0.75 | 0 | 0.39 | 0.17 | 149.06 | 0.65 | 0.52 |
| Hex | 35 | D4 | 82 | 4B | 0 | 27 | 11 | 95 | 41 | 34 |
| Octal | 65 | 324 | 202 | 113 | 0 | 47 | 21 | 225 | 101 | 64 |
| Binary | 110101 | 11010100 | 10000010 | 1001011 | 0 | 100111 | 10001 | 10010101 | 1000001 | 110100 |
Color Harmonies of #35D482
Complementary color
Monochromatic Colors of #35D482
Black with #35D482
Text Example
Text Example
White with #35D482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D482; }
p { color: rgb(53,212,130); }
H1.HeaderClassName
{
color: #35D482;
}
.AnyTagClassName
{
color: #35D482;
}
</style>
background-color css
<style>
a { background-color: #35D482; }
a { background-color: rgb(53,212,130); }
div.DivClassName
{
background-color: #35D482;
}
.BgClassName
{
background-color: #35D482;
}
</style>
border-color css
<style>
span { border-color: #35D482; }
span { border-color: rgb(53,212,130); }
td.TdClassName
{
border-color: #35D482;
}
.TagClassName
{
border-color: #35D482;
}
</style>