Shades of Emerald #35E260
Tints of Emerald #35E260
RGB
CMYK
RGB Variations
Color information
#35E260 (or 0x35E260) is known color: Emerald. HEX triplet: 35, E2 and 60. RGB value is (53,226,96). Sum of RGB (Red+Green+Blue) = 53+226+96=375 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.13% from 375); Green value is 226 (88.67% from 255 or 60.27% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 226 - color contains mainly: green. Hex color #35E260 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35E260 is #CA1D9F. Grayscale: #9F9F9F. Windows color (decimal): -13245856 or 6349365. OLE color: 6349365.
HSL color Cylindrical-coordinate representation of color #35E260: hue angle of 134.91º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E260 is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 53 | 226 | 96 | - |
| CMYK | 0.77 | 0 | 0.58 | 0.11 |
| HSL | 134.91º | 0.75% | 0.55% | - |
| HSV(B) | 134.91º | 0.77% | 0.89% | - |
| XYZ | 30.78 | 55.99 | 20.25 | - |
| YUV | 159.45 | 92.19 | 52.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 226 | 96 | 0.77 | 0 | 0.58 | 0.11 | 134.91 | 0.75 | 0.55 |
| Hex | 35 | E2 | 60 | 4D | 0 | 3A | B | 87 | 4B | 37 |
| Octal | 65 | 342 | 140 | 115 | 0 | 72 | 13 | 207 | 113 | 67 |
| Binary | 110101 | 11100010 | 1100000 | 1001101 | 0 | 111010 | 1011 | 10000111 | 1001011 | 110111 |
Color Harmonies of #35E260
Complementary color
Monochromatic Colors of #35E260
Black with #35E260
Text Example
Text Example
White with #35E260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E260; }
p { color: rgb(53,226,96); }
H1.HeaderClassName
{
color: #35E260;
}
.AnyTagClassName
{
color: #35E260;
}
</style>
background-color css
<style>
a { background-color: #35E260; }
a { background-color: rgb(53,226,96); }
div.DivClassName
{
background-color: #35E260;
}
.BgClassName
{
background-color: #35E260;
}
</style>
border-color css
<style>
span { border-color: #35E260; }
span { border-color: rgb(53,226,96); }
td.TdClassName
{
border-color: #35E260;
}
.TagClassName
{
border-color: #35E260;
}
</style>