Shades of Fern #52CA5A
Tints of Fern #52CA5A
RGB
CMYK
RGB Variations
Color information
#52CA5A (or 0x52CA5A) is known color: Fern. HEX triplet: 52, CA and 5A. RGB value is (82,202,90). Sum of RGB (Red+Green+Blue) = 82+202+90=374 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.93% from 374); Green value is 202 (79.30% from 255 or 54.01% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 202 - color contains mainly: green. Hex color #52CA5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CA5A is #AD35A5. Grayscale: #999999. Windows color (decimal): -11351462 or 5950034. OLE color: 5950034.
HSL color Cylindrical-coordinate representation of color #52CA5A: hue angle of 124º 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 #52CA5A is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 202 | 90 | - |
| CMYK | 0.59 | 0 | 0.55 | 0.21 |
| HSL | 124º | 0.53% | 0.56% | - |
| HSV(B) | 124º | 0.59% | 0.79% | - |
| XYZ | 26.45 | 44.77 | 16.92 | - |
| YUV | 153.35 | 92.24 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 202 | 90 | 0.59 | 0 | 0.55 | 0.21 | 124 | 0.53 | 0.56 |
| Hex | 52 | CA | 5A | 3B | 0 | 37 | 15 | 7C | 35 | 38 |
| Octal | 122 | 312 | 132 | 73 | 0 | 67 | 25 | 174 | 65 | 70 |
| Binary | 1010010 | 11001010 | 1011010 | 111011 | 0 | 110111 | 10101 | 1111100 | 110101 | 111000 |
Color Harmonies of #52CA5A
Complementary color
Monochromatic Colors of #52CA5A
Black with #52CA5A
Text Example
Text Example
White with #52CA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CA5A; }
p { color: rgb(82,202,90); }
H1.HeaderClassName
{
color: #52CA5A;
}
.AnyTagClassName
{
color: #52CA5A;
}
</style>
background-color css
<style>
a { background-color: #52CA5A; }
a { background-color: rgb(82,202,90); }
div.DivClassName
{
background-color: #52CA5A;
}
.BgClassName
{
background-color: #52CA5A;
}
</style>
border-color css
<style>
span { border-color: #52CA5A; }
span { border-color: rgb(82,202,90); }
td.TdClassName
{
border-color: #52CA5A;
}
.TagClassName
{
border-color: #52CA5A;
}
</style>