Shades of Shamrock #35E085
Tints of Shamrock #35E085
RGB
CMYK
RGB Variations
Color information
#35E085 (or 0x35E085) is known color: Shamrock. HEX triplet: 35, E0 and 85. RGB value is (53,224,133). Sum of RGB (Red+Green+Blue) = 53+224+133=410 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.93% from 410); Green value is 224 (87.89% from 255 or 54.63% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 224 - color contains mainly: green. Hex color #35E085 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35E085 is #CA1F7A. Grayscale: #A2A2A2. Windows color (decimal): -13246331 or 8773685. OLE color: 8773685.
HSL color Cylindrical-coordinate representation of color #35E085: hue angle of 148.07º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35E085 is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 224 | 133 | - |
| CMYK | 0.76 | 0 | 0.41 | 0.12 |
| HSL | 148.07º | 0.73% | 0.54% | - |
| HSV(B) | 148.07º | 0.76% | 0.88% | - |
| XYZ | 32.36 | 55.76 | 31.25 | - |
| YUV | 162.5 | 111.35 | 49.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 224 | 133 | 0.76 | 0 | 0.41 | 0.12 | 148.07 | 0.73 | 0.54 |
| Hex | 35 | E0 | 85 | 4C | 0 | 29 | C | 94 | 49 | 36 |
| Octal | 65 | 340 | 205 | 114 | 0 | 51 | 14 | 224 | 111 | 66 |
| Binary | 110101 | 11100000 | 10000101 | 1001100 | 0 | 101001 | 1100 | 10010100 | 1001001 | 110110 |
Color Harmonies of #35E085
Complementary color
Monochromatic Colors of #35E085
Black with #35E085
Text Example
Text Example
White with #35E085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E085; }
p { color: rgb(53,224,133); }
H1.HeaderClassName
{
color: #35E085;
}
.AnyTagClassName
{
color: #35E085;
}
</style>
background-color css
<style>
a { background-color: #35E085; }
a { background-color: rgb(53,224,133); }
div.DivClassName
{
background-color: #35E085;
}
.BgClassName
{
background-color: #35E085;
}
</style>
border-color css
<style>
span { border-color: #35E085; }
span { border-color: rgb(53,224,133); }
td.TdClassName
{
border-color: #35E085;
}
.TagClassName
{
border-color: #35E085;
}
</style>