Shades of Shamrock #35D281
Tints of Shamrock #35D281
RGB
CMYK
RGB Variations
Color information
#35D281 (or 0x35D281) is known color: Shamrock. HEX triplet: 35, D2 and 81. RGB value is (53,210,129). Sum of RGB (Red+Green+Blue) = 53+210+129=392 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.52% from 392); Green value is 210 (82.42% from 255 or 53.57% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 210 - color contains mainly: green. Hex color #35D281 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35D281 is #CA2D7E. Grayscale: #999999. Windows color (decimal): -13249919 or 8507957. OLE color: 8507957.
HSL color Cylindrical-coordinate representation of color #35D281: hue angle of 149.04º 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 #35D281 is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 210 | 129 | - |
| CMYK | 0.75 | 0 | 0.39 | 0.18 |
| HSL | 149.04º | 0.64% | 0.52% | - |
| HSV(B) | 149.04º | 0.75% | 0.82% | - |
| XYZ | 28.48 | 48.44 | 28.62 | - |
| YUV | 153.82 | 113.99 | 56.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 210 | 129 | 0.75 | 0 | 0.39 | 0.18 | 149.04 | 0.64 | 0.52 |
| Hex | 35 | D2 | 81 | 4B | 0 | 27 | 12 | 95 | 40 | 34 |
| Octal | 65 | 322 | 201 | 113 | 0 | 47 | 22 | 225 | 100 | 64 |
| Binary | 110101 | 11010010 | 10000001 | 1001011 | 0 | 100111 | 10010 | 10010101 | 1000000 | 110100 |
Color Harmonies of #35D281
Complementary color
Monochromatic Colors of #35D281
Black with #35D281
Text Example
Text Example
White with #35D281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D281; }
p { color: rgb(53,210,129); }
H1.HeaderClassName
{
color: #35D281;
}
.AnyTagClassName
{
color: #35D281;
}
</style>
background-color css
<style>
a { background-color: #35D281; }
a { background-color: rgb(53,210,129); }
div.DivClassName
{
background-color: #35D281;
}
.BgClassName
{
background-color: #35D281;
}
</style>
border-color css
<style>
span { border-color: #35D281; }
span { border-color: rgb(53,210,129); }
td.TdClassName
{
border-color: #35D281;
}
.TagClassName
{
border-color: #35D281;
}
</style>