Shades of Emerald #35D564
Tints of Emerald #35D564
RGB
CMYK
RGB Variations
Color information
#35D564 (or 0x35D564) is known color: Emerald. HEX triplet: 35, D5 and 64. RGB value is (53,213,100). Sum of RGB (Red+Green+Blue) = 53+213+100=366 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.48% from 366); Green value is 213 (83.59% from 255 or 58.20% from 366); Blue value is 100 (39.45% from 255 or 27.32% from 366); Max value from RGB is 213 - color contains mainly: green. Hex color #35D564 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D564 is #CA2A9B. Grayscale: #989898. Windows color (decimal): -13249180 or 6608181. OLE color: 6608181.
HSL color Cylindrical-coordinate representation of color #35D564: hue angle of 137.62º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D564 is Cyan = 0.75, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 53 | 213 | 100 | - |
| CMYK | 0.75 | 0 | 0.53 | 0.16 |
| HSL | 137.63º | 0.66% | 0.52% | - |
| HSV(B) | 137.63º | 0.75% | 0.84% | - |
| XYZ | 27.56 | 49.27 | 20.11 | - |
| YUV | 152.28 | 98.49 | 57.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 213 | 100 | 0.75 | 0 | 0.53 | 0.16 | 137.63 | 0.66 | 0.52 |
| Hex | 35 | D5 | 64 | 4B | 0 | 35 | 10 | 8A | 42 | 34 |
| Octal | 65 | 325 | 144 | 113 | 0 | 65 | 20 | 212 | 102 | 64 |
| Binary | 110101 | 11010101 | 1100100 | 1001011 | 0 | 110101 | 10000 | 10001010 | 1000010 | 110100 |
Color Harmonies of #35D564
Complementary color
Monochromatic Colors of #35D564
Black with #35D564
Text Example
Text Example
White with #35D564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D564; }
p { color: rgb(53,213,100); }
H1.HeaderClassName
{
color: #35D564;
}
.AnyTagClassName
{
color: #35D564;
}
</style>
background-color css
<style>
a { background-color: #35D564; }
a { background-color: rgb(53,213,100); }
div.DivClassName
{
background-color: #35D564;
}
.BgClassName
{
background-color: #35D564;
}
</style>
border-color css
<style>
span { border-color: #35D564; }
span { border-color: rgb(53,213,100); }
td.TdClassName
{
border-color: #35D564;
}
.TagClassName
{
border-color: #35D564;
}
</style>