Shades of Fern #52C85A
Tints of Fern #52C85A
RGB
CMYK
RGB Variations
Color information
#52C85A (or 0x52C85A) is known color: Fern. HEX triplet: 52, C8 and 5A. RGB value is (82,200,90). Sum of RGB (Red+Green+Blue) = 82+200+90=372 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.04% from 372); Green value is 200 (78.52% from 255 or 53.76% from 372); Blue value is 90 (35.55% from 255 or 24.19% from 372); Max value from RGB is 200 - color contains mainly: green. Hex color #52C85A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C85A is #AD37A5. Grayscale: #989898. Windows color (decimal): -11351974 or 5949522. OLE color: 5949522.
HSL color Cylindrical-coordinate representation of color #52C85A: hue angle of 124.07º 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 #52C85A is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 200 | 90 | - |
| CMYK | 0.59 | 0 | 0.55 | 0.22 |
| HSL | 124.07º | 0.52% | 0.55% | - |
| HSV(B) | 124.07º | 0.59% | 0.78% | - |
| XYZ | 25.98 | 43.84 | 16.77 | - |
| YUV | 152.18 | 92.91 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 200 | 90 | 0.59 | 0 | 0.55 | 0.22 | 124.07 | 0.52 | 0.55 |
| Hex | 52 | C8 | 5A | 3B | 0 | 37 | 16 | 7C | 34 | 37 |
| Octal | 122 | 310 | 132 | 73 | 0 | 67 | 26 | 174 | 64 | 67 |
| Binary | 1010010 | 11001000 | 1011010 | 111011 | 0 | 110111 | 10110 | 1111100 | 110100 | 110111 |
Color Harmonies of #52C85A
Complementary color
Monochromatic Colors of #52C85A
Black with #52C85A
Text Example
Text Example
White with #52C85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C85A; }
p { color: rgb(82,200,90); }
H1.HeaderClassName
{
color: #52C85A;
}
.AnyTagClassName
{
color: #52C85A;
}
</style>
background-color css
<style>
a { background-color: #52C85A; }
a { background-color: rgb(82,200,90); }
div.DivClassName
{
background-color: #52C85A;
}
.BgClassName
{
background-color: #52C85A;
}
</style>
border-color css
<style>
span { border-color: #52C85A; }
span { border-color: rgb(82,200,90); }
td.TdClassName
{
border-color: #52C85A;
}
.TagClassName
{
border-color: #52C85A;
}
</style>