Shades of Fern #52C068
Tints of Fern #52C068
RGB
CMYK
RGB Variations
Color information
#52C068 (or 0x52C068) is known color: Fern. HEX triplet: 52, C0 and 68. RGB value is (82,192,104). Sum of RGB (Red+Green+Blue) = 82+192+104=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 192 (75.39% from 255 or 50.79% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 192 - color contains mainly: green. Hex color #52C068 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C068 is #AD3F97. Grayscale: #959595. Windows color (decimal): -11354008 or 6864978. OLE color: 6864978.
HSL color Cylindrical-coordinate representation of color #52C068: hue angle of 132º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52C068 is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 192 | 104 | - |
| CMYK | 0.57 | 0 | 0.46 | 0.25 |
| HSL | 132º | 0.47% | 0.54% | - |
| HSV(B) | 132º | 0.57% | 0.75% | - |
| XYZ | 24.83 | 40.49 | 19.6 | - |
| YUV | 149.08 | 102.56 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 192 | 104 | 0.57 | 0 | 0.46 | 0.25 | 132 | 0.47 | 0.54 |
| Hex | 52 | C0 | 68 | 39 | 0 | 2E | 19 | 84 | 2F | 36 |
| Octal | 122 | 300 | 150 | 71 | 0 | 56 | 31 | 204 | 57 | 66 |
| Binary | 1010010 | 11000000 | 1101000 | 111001 | 0 | 101110 | 11001 | 10000100 | 101111 | 110110 |
Color Harmonies of #52C068
Complementary color
Monochromatic Colors of #52C068
Black with #52C068
Text Example
Text Example
White with #52C068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C068; }
p { color: rgb(82,192,104); }
H1.HeaderClassName
{
color: #52C068;
}
.AnyTagClassName
{
color: #52C068;
}
</style>
background-color css
<style>
a { background-color: #52C068; }
a { background-color: rgb(82,192,104); }
div.DivClassName
{
background-color: #52C068;
}
.BgClassName
{
background-color: #52C068;
}
</style>
border-color css
<style>
span { border-color: #52C068; }
span { border-color: rgb(82,192,104); }
td.TdClassName
{
border-color: #52C068;
}
.TagClassName
{
border-color: #52C068;
}
</style>