Shades of Emerald #52F185
Tints of Emerald #52F185
RGB
CMYK
RGB Variations
Color information
#52F185 (or 0x52F185) is known color: Emerald. HEX triplet: 52, F1 and 85. RGB value is (82,241,133). Sum of RGB (Red+Green+Blue) = 82+241+133=456 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.98% from 456); Green value is 241 (94.53% from 255 or 52.85% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 241 - color contains mainly: green. Hex color #52F185 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F185 is #AD0E7A. Grayscale: #B5B5B5. Windows color (decimal): -11341435 or 8778066. OLE color: 8778066.
HSL color Cylindrical-coordinate representation of color #52F185: hue angle of 139.25º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F185 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 241 | 133 | - |
| CMYK | 0.66 | 0 | 0.45 | 0.05 |
| HSL | 139.25º | 0.85% | 0.63% | - |
| HSV(B) | 139.25º | 0.66% | 0.95% | - |
| XYZ | 39.17 | 66.4 | 32.94 | - |
| YUV | 181.15 | 100.82 | 57.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 241 | 133 | 0.66 | 0 | 0.45 | 0.05 | 139.25 | 0.85 | 0.63 |
| Hex | 52 | F1 | 85 | 42 | 0 | 2D | 5 | 8B | 55 | 3F |
| Octal | 122 | 361 | 205 | 102 | 0 | 55 | 5 | 213 | 125 | 77 |
| Binary | 1010010 | 11110001 | 10000101 | 1000010 | 0 | 101101 | 101 | 10001011 | 1010101 | 111111 |
Color Harmonies of #52F185
Complementary color
Monochromatic Colors of #52F185
Black with #52F185
Text Example
Text Example
White with #52F185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F185; }
p { color: rgb(82,241,133); }
H1.HeaderClassName
{
color: #52F185;
}
.AnyTagClassName
{
color: #52F185;
}
</style>
background-color css
<style>
a { background-color: #52F185; }
a { background-color: rgb(82,241,133); }
div.DivClassName
{
background-color: #52F185;
}
.BgClassName
{
background-color: #52F185;
}
</style>
border-color css
<style>
span { border-color: #52F185; }
span { border-color: rgb(82,241,133); }
td.TdClassName
{
border-color: #52F185;
}
.TagClassName
{
border-color: #52F185;
}
</style>