Shades of Fern #52BC68
Tints of Fern #52BC68
RGB
CMYK
RGB Variations
Color information
#52BC68 (or 0x52BC68) is known color: Fern. HEX triplet: 52, BC and 68. RGB value is (82,188,104). Sum of RGB (Red+Green+Blue) = 82+188+104=374 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.93% from 374); Green value is 188 (73.83% from 255 or 50.27% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 188 - color contains mainly: green. Hex color #52BC68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BC68 is #AD4397. Grayscale: #929292. Windows color (decimal): -11355032 or 6863954. OLE color: 6863954.
HSL color Cylindrical-coordinate representation of color #52BC68: hue angle of 132.45º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52BC68 is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 188 | 104 | - |
| CMYK | 0.56 | 0 | 0.45 | 0.26 |
| HSL | 132.45º | 0.44% | 0.53% | - |
| HSV(B) | 132.45º | 0.56% | 0.74% | - |
| XYZ | 23.96 | 38.76 | 19.32 | - |
| YUV | 146.73 | 103.88 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 188 | 104 | 0.56 | 0 | 0.45 | 0.26 | 132.45 | 0.44 | 0.53 |
| Hex | 52 | BC | 68 | 38 | 0 | 2D | 1A | 84 | 2C | 35 |
| Octal | 122 | 274 | 150 | 70 | 0 | 55 | 32 | 204 | 54 | 65 |
| Binary | 1010010 | 10111100 | 1101000 | 111000 | 0 | 101101 | 11010 | 10000100 | 101100 | 110101 |
Color Harmonies of #52BC68
Complementary color
Monochromatic Colors of #52BC68
Black with #52BC68
Text Example
Text Example
White with #52BC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BC68; }
p { color: rgb(82,188,104); }
H1.HeaderClassName
{
color: #52BC68;
}
.AnyTagClassName
{
color: #52BC68;
}
</style>
background-color css
<style>
a { background-color: #52BC68; }
a { background-color: rgb(82,188,104); }
div.DivClassName
{
background-color: #52BC68;
}
.BgClassName
{
background-color: #52BC68;
}
</style>
border-color css
<style>
span { border-color: #52BC68; }
span { border-color: rgb(82,188,104); }
td.TdClassName
{
border-color: #52BC68;
}
.TagClassName
{
border-color: #52BC68;
}
</style>