Shades of Emerald #35D261
Tints of Emerald #35D261
RGB
CMYK
RGB Variations
Color information
#35D261 (or 0x35D261) is known color: Emerald. HEX triplet: 35, D2 and 61. RGB value is (53,210,97). Sum of RGB (Red+Green+Blue) = 53+210+97=360 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.72% from 360); Green value is 210 (82.42% from 255 or 58.33% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 210 - color contains mainly: green. Hex color #35D261 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D261 is #CA2D9E. Grayscale: #969696. Windows color (decimal): -13249951 or 6410805. OLE color: 6410805.
HSL color Cylindrical-coordinate representation of color #35D261: hue angle of 136.82º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D261 is Cyan = 0.75, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 210 | 97 | - |
| CMYK | 0.75 | 0 | 0.54 | 0.18 |
| HSL | 136.82º | 0.64% | 0.52% | - |
| HSV(B) | 136.82º | 0.75% | 0.82% | - |
| XYZ | 26.67 | 47.71 | 19.11 | - |
| YUV | 150.18 | 97.99 | 58.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 210 | 97 | 0.75 | 0 | 0.54 | 0.18 | 136.82 | 0.64 | 0.52 |
| Hex | 35 | D2 | 61 | 4B | 0 | 36 | 12 | 89 | 40 | 34 |
| Octal | 65 | 322 | 141 | 113 | 0 | 66 | 22 | 211 | 100 | 64 |
| Binary | 110101 | 11010010 | 1100001 | 1001011 | 0 | 110110 | 10010 | 10001001 | 1000000 | 110100 |
Color Harmonies of #35D261
Complementary color
Monochromatic Colors of #35D261
Black with #35D261
Text Example
Text Example
White with #35D261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D261; }
p { color: rgb(53,210,97); }
H1.HeaderClassName
{
color: #35D261;
}
.AnyTagClassName
{
color: #35D261;
}
</style>
background-color css
<style>
a { background-color: #35D261; }
a { background-color: rgb(53,210,97); }
div.DivClassName
{
background-color: #35D261;
}
.BgClassName
{
background-color: #35D261;
}
</style>
border-color css
<style>
span { border-color: #35D261; }
span { border-color: rgb(53,210,97); }
td.TdClassName
{
border-color: #35D261;
}
.TagClassName
{
border-color: #35D261;
}
</style>