Shades of Emerald #35E865
Tints of Emerald #35E865
RGB
CMYK
RGB Variations
Color information
#35E865 (or 0x35E865) is known color: Emerald. HEX triplet: 35, E8 and 65. RGB value is (53,232,101). Sum of RGB (Red+Green+Blue) = 53+232+101=386 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.73% from 386); Green value is 232 (91.02% from 255 or 60.10% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 232 - color contains mainly: green. Hex color #35E865 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35E865 is #CA179A. Grayscale: #A3A3A3. Windows color (decimal): -13244315 or 6678581. OLE color: 6678581.
HSL color Cylindrical-coordinate representation of color #35E865: hue angle of 136.09º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E865 is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 53 | 232 | 101 | - |
| CMYK | 0.77 | 0 | 0.56 | 0.09 |
| HSL | 136.09º | 0.8% | 0.56% | - |
| HSV(B) | 136.09º | 0.77% | 0.91% | - |
| XYZ | 32.67 | 59.41 | 22.06 | - |
| YUV | 163.55 | 92.7 | 49.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 232 | 101 | 0.77 | 0 | 0.56 | 0.09 | 136.09 | 0.8 | 0.56 |
| Hex | 35 | E8 | 65 | 4D | 0 | 38 | 9 | 88 | 50 | 38 |
| Octal | 65 | 350 | 145 | 115 | 0 | 70 | 11 | 210 | 120 | 70 |
| Binary | 110101 | 11101000 | 1100101 | 1001101 | 0 | 111000 | 1001 | 10001000 | 1010000 | 111000 |
Color Harmonies of #35E865
Complementary color
Monochromatic Colors of #35E865
Black with #35E865
Text Example
Text Example
White with #35E865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E865; }
p { color: rgb(53,232,101); }
H1.HeaderClassName
{
color: #35E865;
}
.AnyTagClassName
{
color: #35E865;
}
</style>
background-color css
<style>
a { background-color: #35E865; }
a { background-color: rgb(53,232,101); }
div.DivClassName
{
background-color: #35E865;
}
.BgClassName
{
background-color: #35E865;
}
</style>
border-color css
<style>
span { border-color: #35E865; }
span { border-color: rgb(53,232,101); }
td.TdClassName
{
border-color: #35E865;
}
.TagClassName
{
border-color: #35E865;
}
</style>