Shades of Shamrock #35C893
Tints of Shamrock #35C893
RGB
CMYK
RGB Variations
Color information
#35C893 (or 0x35C893) is known color: Shamrock. HEX triplet: 35, C8 and 93. RGB value is (53,200,147). Sum of RGB (Red+Green+Blue) = 53+200+147=400 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.25% from 400); Green value is 200 (78.52% from 255 or 50% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 200 - color contains mainly: green. Hex color #35C893 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C893 is #CA376C. Grayscale: #969696. Windows color (decimal): -13252461 or 9685045. OLE color: 9685045.
HSL color Cylindrical-coordinate representation of color #35C893: hue angle of 158.37º 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 #35C893 is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 53 | 200 | 147 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.22 |
| HSL | 158.37º | 0.58% | 0.5% | - |
| HSV(B) | 158.37º | 0.74% | 0.78% | - |
| XYZ | 27.39 | 44.17 | 34.69 | - |
| YUV | 150.01 | 126.3 | 58.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 200 | 147 | 0.74 | 0 | 0.26 | 0.22 | 158.37 | 0.58 | 0.5 |
| Hex | 35 | C8 | 93 | 4A | 0 | 1A | 16 | 9E | 3A | 32 |
| Octal | 65 | 310 | 223 | 112 | 0 | 32 | 26 | 236 | 72 | 62 |
| Binary | 110101 | 11001000 | 10010011 | 1001010 | 0 | 11010 | 10110 | 10011110 | 111010 | 110010 |
Color Harmonies of #35C893
Complementary color
Monochromatic Colors of #35C893
Black with #35C893
Text Example
Text Example
White with #35C893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C893; }
p { color: rgb(53,200,147); }
H1.HeaderClassName
{
color: #35C893;
}
.AnyTagClassName
{
color: #35C893;
}
</style>
background-color css
<style>
a { background-color: #35C893; }
a { background-color: rgb(53,200,147); }
div.DivClassName
{
background-color: #35C893;
}
.BgClassName
{
background-color: #35C893;
}
</style>
border-color css
<style>
span { border-color: #35C893; }
span { border-color: rgb(53,200,147); }
td.TdClassName
{
border-color: #35C893;
}
.TagClassName
{
border-color: #35C893;
}
</style>