Shades of Fern #52C85D
Tints of Fern #52C85D
RGB
CMYK
RGB Variations
Color information
#52C85D (or 0x52C85D) is known color: Fern. HEX triplet: 52, C8 and 5D. RGB value is (82,200,93). Sum of RGB (Red+Green+Blue) = 82+200+93=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 200 (78.52% from 255 or 53.33% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 200 - color contains mainly: green. Hex color #52C85D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C85D is #AD37A2. Grayscale: #989898. Windows color (decimal): -11351971 or 6146130. OLE color: 6146130.
HSL color Cylindrical-coordinate representation of color #52C85D: hue angle of 125.59º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C85D is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 200 | 93 | - |
| CMYK | 0.59 | 0 | 0.54 | 0.22 |
| HSL | 125.59º | 0.52% | 0.55% | - |
| HSV(B) | 125.59º | 0.59% | 0.78% | - |
| XYZ | 26.11 | 43.89 | 17.45 | - |
| YUV | 152.52 | 94.41 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 200 | 93 | 0.59 | 0 | 0.54 | 0.22 | 125.59 | 0.52 | 0.55 |
| Hex | 52 | C8 | 5D | 3B | 0 | 36 | 16 | 7E | 34 | 37 |
| Octal | 122 | 310 | 135 | 73 | 0 | 66 | 26 | 176 | 64 | 67 |
| Binary | 1010010 | 11001000 | 1011101 | 111011 | 0 | 110110 | 10110 | 1111110 | 110100 | 110111 |
Color Harmonies of #52C85D
Complementary color
Monochromatic Colors of #52C85D
Black with #52C85D
Text Example
Text Example
White with #52C85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C85D; }
p { color: rgb(82,200,93); }
H1.HeaderClassName
{
color: #52C85D;
}
.AnyTagClassName
{
color: #52C85D;
}
</style>
background-color css
<style>
a { background-color: #52C85D; }
a { background-color: rgb(82,200,93); }
div.DivClassName
{
background-color: #52C85D;
}
.BgClassName
{
background-color: #52C85D;
}
</style>
border-color css
<style>
span { border-color: #52C85D; }
span { border-color: rgb(82,200,93); }
td.TdClassName
{
border-color: #52C85D;
}
.TagClassName
{
border-color: #52C85D;
}
</style>