Shades of Emerald #52F68F
Tints of Emerald #52F68F
RGB
CMYK
RGB Variations
Color information
#52F68F (or 0x52F68F) is known color: Emerald. HEX triplet: 52, F6 and 8F. RGB value is (82,246,143). Sum of RGB (Red+Green+Blue) = 82+246+143=471 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.41% from 471); Green value is 246 (96.48% from 255 or 52.23% from 471); Blue value is 143 (56.25% from 255 or 30.36% from 471); Max value from RGB is 246 - color contains mainly: green. Hex color #52F68F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F68F is #AD0970. Grayscale: #B9B9B9. Windows color (decimal): -11340145 or 9434706. OLE color: 9434706.
HSL color Cylindrical-coordinate representation of color #52F68F: hue angle of 142.32º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52F68F is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 246 | 143 | - |
| CMYK | 0.67 | 0 | 0.42 | 0.04 |
| HSL | 142.32º | 0.9% | 0.64% | - |
| HSV(B) | 142.32º | 0.67% | 0.96% | - |
| XYZ | 41.39 | 69.69 | 37.26 | - |
| YUV | 185.22 | 104.17 | 54.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 246 | 143 | 0.67 | 0 | 0.42 | 0.04 | 142.32 | 0.9 | 0.64 |
| Hex | 52 | F6 | 8F | 43 | 0 | 2A | 4 | 8E | 5A | 40 |
| Octal | 122 | 366 | 217 | 103 | 0 | 52 | 4 | 216 | 132 | 100 |
| Binary | 1010010 | 11110110 | 10001111 | 1000011 | 0 | 101010 | 100 | 10001110 | 1011010 | 1000000 |
Color Harmonies of #52F68F
Complementary color
Monochromatic Colors of #52F68F
Black with #52F68F
Text Example
Text Example
White with #52F68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F68F; }
p { color: rgb(82,246,143); }
H1.HeaderClassName
{
color: #52F68F;
}
.AnyTagClassName
{
color: #52F68F;
}
</style>
background-color css
<style>
a { background-color: #52F68F; }
a { background-color: rgb(82,246,143); }
div.DivClassName
{
background-color: #52F68F;
}
.BgClassName
{
background-color: #52F68F;
}
</style>
border-color css
<style>
span { border-color: #52F68F; }
span { border-color: rgb(82,246,143); }
td.TdClassName
{
border-color: #52F68F;
}
.TagClassName
{
border-color: #52F68F;
}
</style>