Shades of Fern #52D45C
Tints of Fern #52D45C
RGB
CMYK
RGB Variations
Color information
#52D45C (or 0x52D45C) is known color: Fern. HEX triplet: 52, D4 and 5C. RGB value is (82,212,92). Sum of RGB (Red+Green+Blue) = 82+212+92=386 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.24% from 386); Green value is 212 (83.20% from 255 or 54.92% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 212 - color contains mainly: green. Hex color #52D45C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D45C is #AD2BA3. Grayscale: #9F9F9F. Windows color (decimal): -11348900 or 6083666. OLE color: 6083666.
HSL color Cylindrical-coordinate representation of color #52D45C: hue angle of 124.62º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52D45C is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 82 | 212 | 92 | - |
| CMYK | 0.61 | 0 | 0.57 | 0.17 |
| HSL | 124.62º | 0.6% | 0.58% | - |
| HSV(B) | 124.62º | 0.61% | 0.83% | - |
| XYZ | 28.95 | 49.65 | 18.18 | - |
| YUV | 159.45 | 89.93 | 72.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 212 | 92 | 0.61 | 0 | 0.57 | 0.17 | 124.62 | 0.6 | 0.58 |
| Hex | 52 | D4 | 5C | 3D | 0 | 39 | 11 | 7D | 3C | 3A |
| Octal | 122 | 324 | 134 | 75 | 0 | 71 | 21 | 175 | 74 | 72 |
| Binary | 1010010 | 11010100 | 1011100 | 111101 | 0 | 111001 | 10001 | 1111101 | 111100 | 111010 |
Color Harmonies of #52D45C
Complementary color
Monochromatic Colors of #52D45C
Black with #52D45C
Text Example
Text Example
White with #52D45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D45C; }
p { color: rgb(82,212,92); }
H1.HeaderClassName
{
color: #52D45C;
}
.AnyTagClassName
{
color: #52D45C;
}
</style>
background-color css
<style>
a { background-color: #52D45C; }
a { background-color: rgb(82,212,92); }
div.DivClassName
{
background-color: #52D45C;
}
.BgClassName
{
background-color: #52D45C;
}
</style>
border-color css
<style>
span { border-color: #52D45C; }
span { border-color: rgb(82,212,92); }
td.TdClassName
{
border-color: #52D45C;
}
.TagClassName
{
border-color: #52D45C;
}
</style>