Shades of Shamrock #35C885
Tints of Shamrock #35C885
RGB
CMYK
RGB Variations
Color information
#35C885 (or 0x35C885) is known color: Shamrock. HEX triplet: 35, C8 and 85. RGB value is (53,200,133). Sum of RGB (Red+Green+Blue) = 53+200+133=386 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.73% from 386); Green value is 200 (78.52% from 255 or 51.81% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 200 - color contains mainly: green. Hex color #35C885 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C885 is #CA377A. Grayscale: #949494. Windows color (decimal): -13252475 or 8767541. OLE color: 8767541.
HSL color Cylindrical-coordinate representation of color #35C885: hue angle of 152.65º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35C885 is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 53 | 200 | 133 | - |
| CMYK | 0.74 | 0 | 0.34 | 0.22 |
| HSL | 152.65º | 0.58% | 0.5% | - |
| HSV(B) | 152.65º | 0.74% | 0.78% | - |
| XYZ | 26.36 | 43.76 | 29.25 | - |
| YUV | 148.41 | 119.3 | 59.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 200 | 133 | 0.74 | 0 | 0.34 | 0.22 | 152.65 | 0.58 | 0.5 |
| Hex | 35 | C8 | 85 | 4A | 0 | 22 | 16 | 99 | 3A | 32 |
| Octal | 65 | 310 | 205 | 112 | 0 | 42 | 26 | 231 | 72 | 62 |
| Binary | 110101 | 11001000 | 10000101 | 1001010 | 0 | 100010 | 10110 | 10011001 | 111010 | 110010 |
Color Harmonies of #35C885
Complementary color
Monochromatic Colors of #35C885
Black with #35C885
Text Example
Text Example
White with #35C885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C885; }
p { color: rgb(53,200,133); }
H1.HeaderClassName
{
color: #35C885;
}
.AnyTagClassName
{
color: #35C885;
}
</style>
background-color css
<style>
a { background-color: #35C885; }
a { background-color: rgb(53,200,133); }
div.DivClassName
{
background-color: #35C885;
}
.BgClassName
{
background-color: #35C885;
}
</style>
border-color css
<style>
span { border-color: #35C885; }
span { border-color: rgb(53,200,133); }
td.TdClassName
{
border-color: #35C885;
}
.TagClassName
{
border-color: #35C885;
}
</style>