Shades of Fern #52C25F
Tints of Fern #52C25F
RGB
CMYK
RGB Variations
Color information
#52C25F (or 0x52C25F) is known color: Fern. HEX triplet: 52, C2 and 5F. RGB value is (82,194,95). Sum of RGB (Red+Green+Blue) = 82+194+95=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 194 (76.17% from 255 or 52.29% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 194 - color contains mainly: green. Hex color #52C25F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C25F is #AD3DA0. Grayscale: #959595. Windows color (decimal): -11353505 or 6275666. OLE color: 6275666.
HSL color Cylindrical-coordinate representation of color #52C25F: hue angle of 126.96º 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 #52C25F is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 194 | 95 | - |
| CMYK | 0.58 | 0 | 0.51 | 0.24 |
| HSL | 126.96º | 0.48% | 0.54% | - |
| HSV(B) | 126.96º | 0.58% | 0.76% | - |
| XYZ | 24.84 | 41.2 | 17.47 | - |
| YUV | 149.23 | 97.39 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 194 | 95 | 0.58 | 0 | 0.51 | 0.24 | 126.96 | 0.48 | 0.54 |
| Hex | 52 | C2 | 5F | 3A | 0 | 33 | 18 | 7F | 30 | 36 |
| Octal | 122 | 302 | 137 | 72 | 0 | 63 | 30 | 177 | 60 | 66 |
| Binary | 1010010 | 11000010 | 1011111 | 111010 | 0 | 110011 | 11000 | 1111111 | 110000 | 110110 |
Color Harmonies of #52C25F
Complementary color
Monochromatic Colors of #52C25F
Black with #52C25F
Text Example
Text Example
White with #52C25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C25F; }
p { color: rgb(82,194,95); }
H1.HeaderClassName
{
color: #52C25F;
}
.AnyTagClassName
{
color: #52C25F;
}
</style>
background-color css
<style>
a { background-color: #52C25F; }
a { background-color: rgb(82,194,95); }
div.DivClassName
{
background-color: #52C25F;
}
.BgClassName
{
background-color: #52C25F;
}
</style>
border-color css
<style>
span { border-color: #52C25F; }
span { border-color: rgb(82,194,95); }
td.TdClassName
{
border-color: #52C25F;
}
.TagClassName
{
border-color: #52C25F;
}
</style>