Shades of Fern #52C65C
Tints of Fern #52C65C
RGB
CMYK
RGB Variations
Color information
#52C65C (or 0x52C65C) is known color: Fern. HEX triplet: 52, C6 and 5C. RGB value is (82,198,92). Sum of RGB (Red+Green+Blue) = 82+198+92=372 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.04% from 372); Green value is 198 (77.73% from 255 or 53.23% from 372); Blue value is 92 (36.33% from 255 or 24.73% from 372); Max value from RGB is 198 - color contains mainly: green. Hex color #52C65C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C65C is #AD39A3. Grayscale: #979797. Windows color (decimal): -11352484 or 6080082. OLE color: 6080082.
HSL color Cylindrical-coordinate representation of color #52C65C: hue angle of 125.17º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C65C is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 198 | 92 | - |
| CMYK | 0.59 | 0 | 0.54 | 0.22 |
| HSL | 125.17º | 0.5% | 0.55% | - |
| HSV(B) | 125.17º | 0.59% | 0.78% | - |
| XYZ | 25.61 | 42.95 | 17.07 | - |
| YUV | 151.23 | 94.57 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 198 | 92 | 0.59 | 0 | 0.54 | 0.22 | 125.17 | 0.5 | 0.55 |
| Hex | 52 | C6 | 5C | 3B | 0 | 36 | 16 | 7D | 32 | 37 |
| Octal | 122 | 306 | 134 | 73 | 0 | 66 | 26 | 175 | 62 | 67 |
| Binary | 1010010 | 11000110 | 1011100 | 111011 | 0 | 110110 | 10110 | 1111101 | 110010 | 110111 |
Color Harmonies of #52C65C
Complementary color
Monochromatic Colors of #52C65C
Black with #52C65C
Text Example
Text Example
White with #52C65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C65C; }
p { color: rgb(82,198,92); }
H1.HeaderClassName
{
color: #52C65C;
}
.AnyTagClassName
{
color: #52C65C;
}
</style>
background-color css
<style>
a { background-color: #52C65C; }
a { background-color: rgb(82,198,92); }
div.DivClassName
{
background-color: #52C65C;
}
.BgClassName
{
background-color: #52C65C;
}
</style>
border-color css
<style>
span { border-color: #52C65C; }
span { border-color: rgb(82,198,92); }
td.TdClassName
{
border-color: #52C65C;
}
.TagClassName
{
border-color: #52C65C;
}
</style>