Shades of Shamrock #35CE8C
Tints of Shamrock #35CE8C
RGB
CMYK
RGB Variations
Color information
#35CE8C (or 0x35CE8C) is known color: Shamrock. HEX triplet: 35, CE and 8C. RGB value is (53,206,140). Sum of RGB (Red+Green+Blue) = 53+206+140=399 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.28% from 399); Green value is 206 (80.86% from 255 or 51.63% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 206 - color contains mainly: green. Hex color #35CE8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35CE8C is #CA3173. Grayscale: #989898. Windows color (decimal): -13250932 or 9227829. OLE color: 9227829.
HSL color Cylindrical-coordinate representation of color #35CE8C: hue angle of 154.12º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CE8C is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 206 | 140 | - |
| CMYK | 0.74 | 0 | 0.32 | 0.19 |
| HSL | 154.12º | 0.61% | 0.51% | - |
| HSV(B) | 154.12º | 0.74% | 0.81% | - |
| XYZ | 28.27 | 46.79 | 32.35 | - |
| YUV | 152.73 | 120.81 | 56.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 206 | 140 | 0.74 | 0 | 0.32 | 0.19 | 154.12 | 0.61 | 0.51 |
| Hex | 35 | CE | 8C | 4A | 0 | 20 | 13 | 9A | 3D | 33 |
| Octal | 65 | 316 | 214 | 112 | 0 | 40 | 23 | 232 | 75 | 63 |
| Binary | 110101 | 11001110 | 10001100 | 1001010 | 0 | 100000 | 10011 | 10011010 | 111101 | 110011 |
Color Harmonies of #35CE8C
Complementary color
Monochromatic Colors of #35CE8C
Black with #35CE8C
Text Example
Text Example
White with #35CE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CE8C; }
p { color: rgb(53,206,140); }
H1.HeaderClassName
{
color: #35CE8C;
}
.AnyTagClassName
{
color: #35CE8C;
}
</style>
background-color css
<style>
a { background-color: #35CE8C; }
a { background-color: rgb(53,206,140); }
div.DivClassName
{
background-color: #35CE8C;
}
.BgClassName
{
background-color: #35CE8C;
}
</style>
border-color css
<style>
span { border-color: #35CE8C; }
span { border-color: rgb(53,206,140); }
td.TdClassName
{
border-color: #35CE8C;
}
.TagClassName
{
border-color: #35CE8C;
}
</style>