Shades of Shamrock #35EDA1
Tints of Shamrock #35EDA1
RGB
CMYK
RGB Variations
Color information
#35EDA1 (or 0x35EDA1) is known color: Shamrock. HEX triplet: 35, ED and A1. RGB value is (53,237,161). Sum of RGB (Red+Green+Blue) = 53+237+161=451 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.75% from 451); Green value is 237 (92.97% from 255 or 52.55% from 451); Blue value is 161 (63.28% from 255 or 35.70% from 451); Max value from RGB is 237 - color contains mainly: green. Hex color #35EDA1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35EDA1 is #CA125E. Grayscale: #ADADAD. Windows color (decimal): -13242975 or 10612021. OLE color: 10612021.
HSL color Cylindrical-coordinate representation of color #35EDA1: hue angle of 155.22º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35EDA1 is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 237 | 161 | - |
| CMYK | 0.78 | 0 | 0.32 | 0.07 |
| HSL | 155.22º | 0.84% | 0.57% | - |
| HSV(B) | 155.22º | 0.78% | 0.93% | - |
| XYZ | 38.19 | 63.9 | 44.04 | - |
| YUV | 173.32 | 121.04 | 42.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 237 | 161 | 0.78 | 0 | 0.32 | 0.07 | 155.22 | 0.84 | 0.57 |
| Hex | 35 | ED | A1 | 4E | 0 | 20 | 7 | 9B | 54 | 39 |
| Octal | 65 | 355 | 241 | 116 | 0 | 40 | 7 | 233 | 124 | 71 |
| Binary | 110101 | 11101101 | 10100001 | 1001110 | 0 | 100000 | 111 | 10011011 | 1010100 | 111001 |
Color Harmonies of #35EDA1
Complementary color
Monochromatic Colors of #35EDA1
Black with #35EDA1
Text Example
Text Example
White with #35EDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35EDA1; }
p { color: rgb(53,237,161); }
H1.HeaderClassName
{
color: #35EDA1;
}
.AnyTagClassName
{
color: #35EDA1;
}
</style>
background-color css
<style>
a { background-color: #35EDA1; }
a { background-color: rgb(53,237,161); }
div.DivClassName
{
background-color: #35EDA1;
}
.BgClassName
{
background-color: #35EDA1;
}
</style>
border-color css
<style>
span { border-color: #35EDA1; }
span { border-color: rgb(53,237,161); }
td.TdClassName
{
border-color: #35EDA1;
}
.TagClassName
{
border-color: #35EDA1;
}
</style>