Shades of Fern #52CA5C
Tints of Fern #52CA5C
RGB
CMYK
RGB Variations
Color information
#52CA5C (or 0x52CA5C) is known color: Fern. HEX triplet: 52, CA and 5C. RGB value is (82,202,92). Sum of RGB (Red+Green+Blue) = 82+202+92=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 202 (79.30% from 255 or 53.72% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 202 - color contains mainly: green. Hex color #52CA5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CA5C is #AD35A3. Grayscale: #999999. Windows color (decimal): -11351460 or 6081106. OLE color: 6081106.
HSL color Cylindrical-coordinate representation of color #52CA5C: hue angle of 125º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52CA5C is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 202 | 92 | - |
| CMYK | 0.59 | 0 | 0.54 | 0.21 |
| HSL | 125º | 0.53% | 0.56% | - |
| HSV(B) | 125º | 0.59% | 0.79% | - |
| XYZ | 26.53 | 44.81 | 17.38 | - |
| YUV | 153.58 | 93.24 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 202 | 92 | 0.59 | 0 | 0.54 | 0.21 | 125 | 0.53 | 0.56 |
| Hex | 52 | CA | 5C | 3B | 0 | 36 | 15 | 7D | 35 | 38 |
| Octal | 122 | 312 | 134 | 73 | 0 | 66 | 25 | 175 | 65 | 70 |
| Binary | 1010010 | 11001010 | 1011100 | 111011 | 0 | 110110 | 10101 | 1111101 | 110101 | 111000 |
Color Harmonies of #52CA5C
Complementary color
Monochromatic Colors of #52CA5C
Black with #52CA5C
Text Example
Text Example
White with #52CA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CA5C; }
p { color: rgb(82,202,92); }
H1.HeaderClassName
{
color: #52CA5C;
}
.AnyTagClassName
{
color: #52CA5C;
}
</style>
background-color css
<style>
a { background-color: #52CA5C; }
a { background-color: rgb(82,202,92); }
div.DivClassName
{
background-color: #52CA5C;
}
.BgClassName
{
background-color: #52CA5C;
}
</style>
border-color css
<style>
span { border-color: #52CA5C; }
span { border-color: rgb(82,202,92); }
td.TdClassName
{
border-color: #52CA5C;
}
.TagClassName
{
border-color: #52CA5C;
}
</style>