Shades of Fern #52B262
Tints of Fern #52B262
RGB
CMYK
RGB Variations
Color information
#52B262 (or 0x52B262) is known color: Fern. HEX triplet: 52, B2 and 62. RGB value is (82,178,98). Sum of RGB (Red+Green+Blue) = 82+178+98=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 178 (69.92% from 255 or 49.72% from 358); Blue value is 98 (38.67% from 255 or 27.37% from 358); Max value from RGB is 178 - color contains mainly: green. Hex color #52B262 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52B262 is #AD4D9D. Grayscale: #8C8C8C. Windows color (decimal): -11357598 or 6468178. OLE color: 6468178.
HSL color Cylindrical-coordinate representation of color #52B262: hue angle of 130º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52B262 is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 82 | 178 | 98 | - |
| CMYK | 0.54 | 0 | 0.45 | 0.30 |
| HSL | 130º | 0.38% | 0.51% | - |
| HSV(B) | 130º | 0.54% | 0.7% | - |
| XYZ | 21.6 | 34.52 | 17.08 | - |
| YUV | 140.18 | 104.2 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 178 | 98 | 0.54 | 0 | 0.45 | 0.30 | 130 | 0.38 | 0.51 |
| Hex | 52 | B2 | 62 | 36 | 0 | 2D | 1E | 82 | 26 | 33 |
| Octal | 122 | 262 | 142 | 66 | 0 | 55 | 36 | 202 | 46 | 63 |
| Binary | 1010010 | 10110010 | 1100010 | 110110 | 0 | 101101 | 11110 | 10000010 | 100110 | 110011 |
Color Harmonies of #52B262
Complementary color
Monochromatic Colors of #52B262
Black with #52B262
Text Example
Text Example
White with #52B262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B262; }
p { color: rgb(82,178,98); }
H1.HeaderClassName
{
color: #52B262;
}
.AnyTagClassName
{
color: #52B262;
}
</style>
background-color css
<style>
a { background-color: #52B262; }
a { background-color: rgb(82,178,98); }
div.DivClassName
{
background-color: #52B262;
}
.BgClassName
{
background-color: #52B262;
}
</style>
border-color css
<style>
span { border-color: #52B262; }
span { border-color: rgb(82,178,98); }
td.TdClassName
{
border-color: #52B262;
}
.TagClassName
{
border-color: #52B262;
}
</style>