Shades of Emerald #35F46E
Tints of Emerald #35F46E
RGB
CMYK
RGB Variations
Color information
#35F46E (or 0x35F46E) is known color: Emerald. HEX triplet: 35, F4 and 6E. RGB value is (53,244,110). Sum of RGB (Red+Green+Blue) = 53+244+110=407 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.02% from 407); Green value is 244 (95.70% from 255 or 59.95% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 244 - color contains mainly: green. Hex color #35F46E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35F46E is #CA0B91. Grayscale: #ABABAB. Windows color (decimal): -13241234 or 7271477. OLE color: 7271477.
HSL color Cylindrical-coordinate representation of color #35F46E: hue angle of 137.91º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35F46E is Cyan = 0.78, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 53 | 244 | 110 | - |
| CMYK | 0.78 | 0 | 0.55 | 0.04 |
| HSL | 137.91º | 0.9% | 0.58% | - |
| HSV(B) | 137.91º | 0.78% | 0.96% | - |
| XYZ | 36.63 | 66.58 | 25.67 | - |
| YUV | 171.62 | 93.22 | 43.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 244 | 110 | 0.78 | 0 | 0.55 | 0.04 | 137.91 | 0.9 | 0.58 |
| Hex | 35 | F4 | 6E | 4E | 0 | 37 | 4 | 8A | 5A | 3A |
| Octal | 65 | 364 | 156 | 116 | 0 | 67 | 4 | 212 | 132 | 72 |
| Binary | 110101 | 11110100 | 1101110 | 1001110 | 0 | 110111 | 100 | 10001010 | 1011010 | 111010 |
Color Harmonies of #35F46E
Complementary color
Monochromatic Colors of #35F46E
Black with #35F46E
Text Example
Text Example
White with #35F46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35F46E; }
p { color: rgb(53,244,110); }
H1.HeaderClassName
{
color: #35F46E;
}
.AnyTagClassName
{
color: #35F46E;
}
</style>
background-color css
<style>
a { background-color: #35F46E; }
a { background-color: rgb(53,244,110); }
div.DivClassName
{
background-color: #35F46E;
}
.BgClassName
{
background-color: #35F46E;
}
</style>
border-color css
<style>
span { border-color: #35F46E; }
span { border-color: rgb(53,244,110); }
td.TdClassName
{
border-color: #35F46E;
}
.TagClassName
{
border-color: #35F46E;
}
</style>