Shades of Fern #52C45D
Tints of Fern #52C45D
RGB
CMYK
RGB Variations
Color information
#52C45D (or 0x52C45D) is known color: Fern. HEX triplet: 52, C4 and 5D. RGB value is (82,196,93). Sum of RGB (Red+Green+Blue) = 82+196+93=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 196 (76.95% from 255 or 52.83% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 196 - color contains mainly: green. Hex color #52C45D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C45D is #AD3BA2. Grayscale: #969696. Windows color (decimal): -11352995 or 6145106. OLE color: 6145106.
HSL color Cylindrical-coordinate representation of color #52C45D: hue angle of 125.79º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C45D is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 196 | 93 | - |
| CMYK | 0.58 | 0 | 0.53 | 0.23 |
| HSL | 125.79º | 0.49% | 0.55% | - |
| HSV(B) | 125.79º | 0.58% | 0.77% | - |
| XYZ | 25.2 | 42.06 | 17.15 | - |
| YUV | 150.17 | 95.73 | 79.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 196 | 93 | 0.58 | 0 | 0.53 | 0.23 | 125.79 | 0.49 | 0.55 |
| Hex | 52 | C4 | 5D | 3A | 0 | 35 | 17 | 7E | 31 | 37 |
| Octal | 122 | 304 | 135 | 72 | 0 | 65 | 27 | 176 | 61 | 67 |
| Binary | 1010010 | 11000100 | 1011101 | 111010 | 0 | 110101 | 10111 | 1111110 | 110001 | 110111 |
Color Harmonies of #52C45D
Complementary color
Monochromatic Colors of #52C45D
Black with #52C45D
Text Example
Text Example
White with #52C45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C45D; }
p { color: rgb(82,196,93); }
H1.HeaderClassName
{
color: #52C45D;
}
.AnyTagClassName
{
color: #52C45D;
}
</style>
background-color css
<style>
a { background-color: #52C45D; }
a { background-color: rgb(82,196,93); }
div.DivClassName
{
background-color: #52C45D;
}
.BgClassName
{
background-color: #52C45D;
}
</style>
border-color css
<style>
span { border-color: #52C45D; }
span { border-color: rgb(82,196,93); }
td.TdClassName
{
border-color: #52C45D;
}
.TagClassName
{
border-color: #52C45D;
}
</style>