Shades of Fern #52B85D
Tints of Fern #52B85D
RGB
CMYK
RGB Variations
Color information
#52B85D (or 0x52B85D) is known color: Fern. HEX triplet: 52, B8 and 5D. RGB value is (82,184,93). Sum of RGB (Red+Green+Blue) = 82+184+93=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 184 (72.27% from 255 or 51.25% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 184 - color contains mainly: green. Hex color #52B85D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B85D is #AD47A2. Grayscale: #8F8F8F. Windows color (decimal): -11356067 or 6142034. OLE color: 6142034.
HSL color Cylindrical-coordinate representation of color #52B85D: hue angle of 126.47º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B85D is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 82 | 184 | 93 | - |
| CMYK | 0.55 | 0 | 0.49 | 0.28 |
| HSL | 126.47º | 0.42% | 0.52% | - |
| HSV(B) | 126.47º | 0.55% | 0.72% | - |
| XYZ | 22.6 | 36.87 | 16.28 | - |
| YUV | 143.13 | 99.71 | 84.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 184 | 93 | 0.55 | 0 | 0.49 | 0.28 | 126.47 | 0.42 | 0.52 |
| Hex | 52 | B8 | 5D | 37 | 0 | 31 | 1C | 7E | 2A | 34 |
| Octal | 122 | 270 | 135 | 67 | 0 | 61 | 34 | 176 | 52 | 64 |
| Binary | 1010010 | 10111000 | 1011101 | 110111 | 0 | 110001 | 11100 | 1111110 | 101010 | 110100 |
Color Harmonies of #52B85D
Complementary color
Monochromatic Colors of #52B85D
Black with #52B85D
Text Example
Text Example
White with #52B85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B85D; }
p { color: rgb(82,184,93); }
H1.HeaderClassName
{
color: #52B85D;
}
.AnyTagClassName
{
color: #52B85D;
}
</style>
background-color css
<style>
a { background-color: #52B85D; }
a { background-color: rgb(82,184,93); }
div.DivClassName
{
background-color: #52B85D;
}
.BgClassName
{
background-color: #52B85D;
}
</style>
border-color css
<style>
span { border-color: #52B85D; }
span { border-color: rgb(82,184,93); }
td.TdClassName
{
border-color: #52B85D;
}
.TagClassName
{
border-color: #52B85D;
}
</style>