Shades of Fern #52B066
Tints of Fern #52B066
RGB
CMYK
RGB Variations
Color information
#52B066 (or 0x52B066) is known color: Fern. HEX triplet: 52, B0 and 66. RGB value is (82,176,102). Sum of RGB (Red+Green+Blue) = 82+176+102=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 176 (69.14% from 255 or 48.89% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 176 - color contains mainly: green. Hex color #52B066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52B066 is #AD4F99. Grayscale: #8B8B8B. Windows color (decimal): -11358106 or 6729810. OLE color: 6729810.
HSL color Cylindrical-coordinate representation of color #52B066: hue angle of 132.77º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52B066 is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 176 | 102 | - |
| CMYK | 0.53 | 0 | 0.42 | 0.31 |
| HSL | 132.77º | 0.37% | 0.51% | - |
| HSV(B) | 132.77º | 0.53% | 0.69% | - |
| XYZ | 21.4 | 33.8 | 17.97 | - |
| YUV | 139.46 | 106.86 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 176 | 102 | 0.53 | 0 | 0.42 | 0.31 | 132.77 | 0.37 | 0.51 |
| Hex | 52 | B0 | 66 | 35 | 0 | 2A | 1F | 85 | 25 | 33 |
| Octal | 122 | 260 | 146 | 65 | 0 | 52 | 37 | 205 | 45 | 63 |
| Binary | 1010010 | 10110000 | 1100110 | 110101 | 0 | 101010 | 11111 | 10000101 | 100101 | 110011 |
Color Harmonies of #52B066
Complementary color
Monochromatic Colors of #52B066
Black with #52B066
Text Example
Text Example
White with #52B066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B066; }
p { color: rgb(82,176,102); }
H1.HeaderClassName
{
color: #52B066;
}
.AnyTagClassName
{
color: #52B066;
}
</style>
background-color css
<style>
a { background-color: #52B066; }
a { background-color: rgb(82,176,102); }
div.DivClassName
{
background-color: #52B066;
}
.BgClassName
{
background-color: #52B066;
}
</style>
border-color css
<style>
span { border-color: #52B066; }
span { border-color: rgb(82,176,102); }
td.TdClassName
{
border-color: #52B066;
}
.TagClassName
{
border-color: #52B066;
}
</style>