Shades of Emerald #35F07A
Tints of Emerald #35F07A
RGB
CMYK
RGB Variations
Color information
#35F07A (or 0x35F07A) is known color: Emerald. HEX triplet: 35, F0 and 7A. RGB value is (53,240,122). Sum of RGB (Red+Green+Blue) = 53+240+122=415 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.77% from 415); Green value is 240 (94.14% from 255 or 57.83% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 240 - color contains mainly: green. Hex color #35F07A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35F07A is #CA0F85. Grayscale: #AAAAAA. Windows color (decimal): -13242246 or 8056885. OLE color: 8056885.
HSL color Cylindrical-coordinate representation of color #35F07A: hue angle of 142.14º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35F07A is Cyan = 0.78, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 53 | 240 | 122 | - |
| CMYK | 0.78 | 0 | 0.49 | 0.06 |
| HSL | 142.14º | 0.86% | 0.57% | - |
| HSV(B) | 142.14º | 0.78% | 0.94% | - |
| XYZ | 36.14 | 64.48 | 28.95 | - |
| YUV | 170.64 | 100.55 | 44.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 240 | 122 | 0.78 | 0 | 0.49 | 0.06 | 142.14 | 0.86 | 0.57 |
| Hex | 35 | F0 | 7A | 4E | 0 | 31 | 6 | 8E | 56 | 39 |
| Octal | 65 | 360 | 172 | 116 | 0 | 61 | 6 | 216 | 126 | 71 |
| Binary | 110101 | 11110000 | 1111010 | 1001110 | 0 | 110001 | 110 | 10001110 | 1010110 | 111001 |
Color Harmonies of #35F07A
Complementary color
Monochromatic Colors of #35F07A
Black with #35F07A
Text Example
Text Example
White with #35F07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35F07A; }
p { color: rgb(53,240,122); }
H1.HeaderClassName
{
color: #35F07A;
}
.AnyTagClassName
{
color: #35F07A;
}
</style>
background-color css
<style>
a { background-color: #35F07A; }
a { background-color: rgb(53,240,122); }
div.DivClassName
{
background-color: #35F07A;
}
.BgClassName
{
background-color: #35F07A;
}
</style>
border-color css
<style>
span { border-color: #35F07A; }
span { border-color: rgb(53,240,122); }
td.TdClassName
{
border-color: #35F07A;
}
.TagClassName
{
border-color: #35F07A;
}
</style>