Shades of Emerald #35D460
Tints of Emerald #35D460
RGB
CMYK
RGB Variations
Color information
#35D460 (or 0x35D460) is known color: Emerald. HEX triplet: 35, D4 and 60. RGB value is (53,212,96). Sum of RGB (Red+Green+Blue) = 53+212+96=361 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.68% from 361); Green value is 212 (83.20% from 255 or 58.73% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 212 - color contains mainly: green. Hex color #35D460 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D460 is #CA2B9F. Grayscale: #979797. Windows color (decimal): -13249440 or 6345781. OLE color: 6345781.
HSL color Cylindrical-coordinate representation of color #35D460: hue angle of 136.23º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D460 is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 53 | 212 | 96 | - |
| CMYK | 0.75 | 0 | 0.55 | 0.17 |
| HSL | 136.23º | 0.65% | 0.52% | - |
| HSV(B) | 136.23º | 0.75% | 0.83% | - |
| XYZ | 27.12 | 48.69 | 19.03 | - |
| YUV | 151.24 | 96.82 | 57.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 212 | 96 | 0.75 | 0 | 0.55 | 0.17 | 136.23 | 0.65 | 0.52 |
| Hex | 35 | D4 | 60 | 4B | 0 | 37 | 11 | 88 | 41 | 34 |
| Octal | 65 | 324 | 140 | 113 | 0 | 67 | 21 | 210 | 101 | 64 |
| Binary | 110101 | 11010100 | 1100000 | 1001011 | 0 | 110111 | 10001 | 10001000 | 1000001 | 110100 |
Color Harmonies of #35D460
Complementary color
Monochromatic Colors of #35D460
Black with #35D460
Text Example
Text Example
White with #35D460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D460; }
p { color: rgb(53,212,96); }
H1.HeaderClassName
{
color: #35D460;
}
.AnyTagClassName
{
color: #35D460;
}
</style>
background-color css
<style>
a { background-color: #35D460; }
a { background-color: rgb(53,212,96); }
div.DivClassName
{
background-color: #35D460;
}
.BgClassName
{
background-color: #35D460;
}
</style>
border-color css
<style>
span { border-color: #35D460; }
span { border-color: rgb(53,212,96); }
td.TdClassName
{
border-color: #35D460;
}
.TagClassName
{
border-color: #35D460;
}
</style>