Shades of Fern #52C25C
Tints of Fern #52C25C
RGB
CMYK
RGB Variations
Color information
#52C25C (or 0x52C25C) is known color: Fern. HEX triplet: 52, C2 and 5C. RGB value is (82,194,92). Sum of RGB (Red+Green+Blue) = 82+194+92=368 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.28% from 368); Green value is 194 (76.17% from 255 or 52.72% from 368); Blue value is 92 (36.33% from 255 or 25% from 368); Max value from RGB is 194 - color contains mainly: green. Hex color #52C25C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C25C is #AD3DA3. Grayscale: #959595. Windows color (decimal): -11353508 or 6079058. OLE color: 6079058.
HSL color Cylindrical-coordinate representation of color #52C25C: hue angle of 125.36º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C25C is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 194 | 92 | - |
| CMYK | 0.58 | 0 | 0.53 | 0.24 |
| HSL | 125.36º | 0.48% | 0.54% | - |
| HSV(B) | 125.36º | 0.58% | 0.76% | - |
| XYZ | 24.7 | 41.15 | 16.77 | - |
| YUV | 148.88 | 95.89 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 194 | 92 | 0.58 | 0 | 0.53 | 0.24 | 125.36 | 0.48 | 0.54 |
| Hex | 52 | C2 | 5C | 3A | 0 | 35 | 18 | 7D | 30 | 36 |
| Octal | 122 | 302 | 134 | 72 | 0 | 65 | 30 | 175 | 60 | 66 |
| Binary | 1010010 | 11000010 | 1011100 | 111010 | 0 | 110101 | 11000 | 1111101 | 110000 | 110110 |
Color Harmonies of #52C25C
Complementary color
Monochromatic Colors of #52C25C
Black with #52C25C
Text Example
Text Example
White with #52C25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C25C; }
p { color: rgb(82,194,92); }
H1.HeaderClassName
{
color: #52C25C;
}
.AnyTagClassName
{
color: #52C25C;
}
</style>
background-color css
<style>
a { background-color: #52C25C; }
a { background-color: rgb(82,194,92); }
div.DivClassName
{
background-color: #52C25C;
}
.BgClassName
{
background-color: #52C25C;
}
</style>
border-color css
<style>
span { border-color: #52C25C; }
span { border-color: rgb(82,194,92); }
td.TdClassName
{
border-color: #52C25C;
}
.TagClassName
{
border-color: #52C25C;
}
</style>