Shades of Emerald #35D672
Tints of Emerald #35D672
RGB
CMYK
RGB Variations
Color information
#35D672 (or 0x35D672) is known color: Emerald. HEX triplet: 35, D6 and 72. RGB value is (53,214,114). Sum of RGB (Red+Green+Blue) = 53+214+114=381 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.91% from 381); Green value is 214 (83.98% from 255 or 56.17% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 214 - color contains mainly: green. Hex color #35D672 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D672 is #CA298D. Grayscale: #9A9A9A. Windows color (decimal): -13248910 or 7525941. OLE color: 7525941.
HSL color Cylindrical-coordinate representation of color #35D672: hue angle of 142.73º 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 #35D672 is Cyan = 0.75, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 53 | 214 | 114 | - |
| CMYK | 0.75 | 0 | 0.47 | 0.16 |
| HSL | 142.73º | 0.66% | 0.52% | - |
| HSV(B) | 142.73º | 0.75% | 0.84% | - |
| XYZ | 28.55 | 50.06 | 24.08 | - |
| YUV | 154.46 | 105.16 | 55.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 214 | 114 | 0.75 | 0 | 0.47 | 0.16 | 142.73 | 0.66 | 0.52 |
| Hex | 35 | D6 | 72 | 4B | 0 | 2F | 10 | 8F | 42 | 34 |
| Octal | 65 | 326 | 162 | 113 | 0 | 57 | 20 | 217 | 102 | 64 |
| Binary | 110101 | 11010110 | 1110010 | 1001011 | 0 | 101111 | 10000 | 10001111 | 1000010 | 110100 |
Color Harmonies of #35D672
Complementary color
Monochromatic Colors of #35D672
Black with #35D672
Text Example
Text Example
White with #35D672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D672; }
p { color: rgb(53,214,114); }
H1.HeaderClassName
{
color: #35D672;
}
.AnyTagClassName
{
color: #35D672;
}
</style>
background-color css
<style>
a { background-color: #35D672; }
a { background-color: rgb(53,214,114); }
div.DivClassName
{
background-color: #35D672;
}
.BgClassName
{
background-color: #35D672;
}
</style>
border-color css
<style>
span { border-color: #35D672; }
span { border-color: rgb(53,214,114); }
td.TdClassName
{
border-color: #35D672;
}
.TagClassName
{
border-color: #35D672;
}
</style>