Shades of Emerald #35EF6F
Tints of Emerald #35EF6F
RGB
CMYK
RGB Variations
Color information
#35EF6F (or 0x35EF6F) is known color: Emerald. HEX triplet: 35, EF and 6F. RGB value is (53,239,111). Sum of RGB (Red+Green+Blue) = 53+239+111=403 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.15% from 403); Green value is 239 (93.75% from 255 or 59.31% from 403); Blue value is 111 (43.75% from 255 or 27.54% from 403); Max value from RGB is 239 - color contains mainly: green. Hex color #35EF6F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35EF6F is #CA1090. Grayscale: #A9A9A9. Windows color (decimal): -13242513 or 7335733. OLE color: 7335733.
HSL color Cylindrical-coordinate representation of color #35EF6F: hue angle of 138.71º degrees, saturation: 0.85, 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 #35EF6F is Cyan = 0.78, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 53 | 239 | 111 | - |
| CMYK | 0.78 | 0 | 0.54 | 0.06 |
| HSL | 138.71º | 0.85% | 0.57% | - |
| HSV(B) | 138.71º | 0.78% | 0.94% | - |
| XYZ | 35.2 | 63.64 | 25.47 | - |
| YUV | 168.79 | 95.38 | 45.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 239 | 111 | 0.78 | 0 | 0.54 | 0.06 | 138.71 | 0.85 | 0.57 |
| Hex | 35 | EF | 6F | 4E | 0 | 36 | 6 | 8B | 55 | 39 |
| Octal | 65 | 357 | 157 | 116 | 0 | 66 | 6 | 213 | 125 | 71 |
| Binary | 110101 | 11101111 | 1101111 | 1001110 | 0 | 110110 | 110 | 10001011 | 1010101 | 111001 |
Color Harmonies of #35EF6F
Complementary color
Monochromatic Colors of #35EF6F
Black with #35EF6F
Text Example
Text Example
White with #35EF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35EF6F; }
p { color: rgb(53,239,111); }
H1.HeaderClassName
{
color: #35EF6F;
}
.AnyTagClassName
{
color: #35EF6F;
}
</style>
background-color css
<style>
a { background-color: #35EF6F; }
a { background-color: rgb(53,239,111); }
div.DivClassName
{
background-color: #35EF6F;
}
.BgClassName
{
background-color: #35EF6F;
}
</style>
border-color css
<style>
span { border-color: #35EF6F; }
span { border-color: rgb(53,239,111); }
td.TdClassName
{
border-color: #35EF6F;
}
.TagClassName
{
border-color: #35EF6F;
}
</style>