Shades of Fern #52C064
Tints of Fern #52C064
RGB
CMYK
RGB Variations
Color information
#52C064 (or 0x52C064) is known color: Fern. HEX triplet: 52, C0 and 64. RGB value is (82,192,100). Sum of RGB (Red+Green+Blue) = 82+192+100=374 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.93% from 374); Green value is 192 (75.39% from 255 or 51.34% from 374); Blue value is 100 (39.45% from 255 or 26.74% from 374); Max value from RGB is 192 - color contains mainly: green. Hex color #52C064 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C064 is #AD3F9B. Grayscale: #949494. Windows color (decimal): -11354012 or 6602834. OLE color: 6602834.
HSL color Cylindrical-coordinate representation of color #52C064: hue angle of 129.82º 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 #52C064 is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 192 | 100 | - |
| CMYK | 0.57 | 0 | 0.48 | 0.25 |
| HSL | 129.82º | 0.47% | 0.54% | - |
| HSV(B) | 129.82º | 0.57% | 0.75% | - |
| XYZ | 24.63 | 40.41 | 18.56 | - |
| YUV | 148.62 | 100.56 | 80.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 192 | 100 | 0.57 | 0 | 0.48 | 0.25 | 129.82 | 0.47 | 0.54 |
| Hex | 52 | C0 | 64 | 39 | 0 | 30 | 19 | 82 | 2F | 36 |
| Octal | 122 | 300 | 144 | 71 | 0 | 60 | 31 | 202 | 57 | 66 |
| Binary | 1010010 | 11000000 | 1100100 | 111001 | 0 | 110000 | 11001 | 10000010 | 101111 | 110110 |
Color Harmonies of #52C064
Complementary color
Monochromatic Colors of #52C064
Black with #52C064
Text Example
Text Example
White with #52C064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C064; }
p { color: rgb(82,192,100); }
H1.HeaderClassName
{
color: #52C064;
}
.AnyTagClassName
{
color: #52C064;
}
</style>
background-color css
<style>
a { background-color: #52C064; }
a { background-color: rgb(82,192,100); }
div.DivClassName
{
background-color: #52C064;
}
.BgClassName
{
background-color: #52C064;
}
</style>
border-color css
<style>
span { border-color: #52C064; }
span { border-color: rgb(82,192,100); }
td.TdClassName
{
border-color: #52C064;
}
.TagClassName
{
border-color: #52C064;
}
</style>