Shades of Fern #52CB5C
Tints of Fern #52CB5C
RGB
CMYK
RGB Variations
Color information
#52CB5C (or 0x52CB5C) is known color: Fern. HEX triplet: 52, CB and 5C. RGB value is (82,203,92). Sum of RGB (Red+Green+Blue) = 82+203+92=377 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.75% from 377); Green value is 203 (79.69% from 255 or 53.85% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 203 - color contains mainly: green. Hex color #52CB5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CB5C is #AD34A3. Grayscale: #9A9A9A. Windows color (decimal): -11351204 or 6081362. OLE color: 6081362.
HSL color Cylindrical-coordinate representation of color #52CB5C: hue angle of 124.96º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CB5C is Cyan = 0.60, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 203 | 92 | - |
| CMYK | 0.60 | 0 | 0.55 | 0.20 |
| HSL | 124.96º | 0.54% | 0.56% | - |
| HSV(B) | 124.96º | 0.6% | 0.8% | - |
| XYZ | 26.77 | 45.28 | 17.45 | - |
| YUV | 154.17 | 92.91 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 203 | 92 | 0.60 | 0 | 0.55 | 0.20 | 124.96 | 0.54 | 0.56 |
| Hex | 52 | CB | 5C | 3C | 0 | 37 | 14 | 7D | 36 | 38 |
| Octal | 122 | 313 | 134 | 74 | 0 | 67 | 24 | 175 | 66 | 70 |
| Binary | 1010010 | 11001011 | 1011100 | 111100 | 0 | 110111 | 10100 | 1111101 | 110110 | 111000 |
Color Harmonies of #52CB5C
Complementary color
Monochromatic Colors of #52CB5C
Black with #52CB5C
Text Example
Text Example
White with #52CB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CB5C; }
p { color: rgb(82,203,92); }
H1.HeaderClassName
{
color: #52CB5C;
}
.AnyTagClassName
{
color: #52CB5C;
}
</style>
background-color css
<style>
a { background-color: #52CB5C; }
a { background-color: rgb(82,203,92); }
div.DivClassName
{
background-color: #52CB5C;
}
.BgClassName
{
background-color: #52CB5C;
}
</style>
border-color css
<style>
span { border-color: #52CB5C; }
span { border-color: rgb(82,203,92); }
td.TdClassName
{
border-color: #52CB5C;
}
.TagClassName
{
border-color: #52CB5C;
}
</style>