Shades of Fern #52CB5D
Tints of Fern #52CB5D
RGB
CMYK
RGB Variations
Color information
#52CB5D (or 0x52CB5D) is known color: Fern. HEX triplet: 52, CB and 5D. RGB value is (82,203,93). Sum of RGB (Red+Green+Blue) = 82+203+93=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 203 (79.69% from 255 or 53.70% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 203 - color contains mainly: green. Hex color #52CB5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CB5D is #AD34A2. Grayscale: #9A9A9A. Windows color (decimal): -11351203 or 6146898. OLE color: 6146898.
HSL color Cylindrical-coordinate representation of color #52CB5D: hue angle of 125.45º 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 #52CB5D is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 203 | 93 | - |
| CMYK | 0.60 | 0 | 0.54 | 0.20 |
| HSL | 125.45º | 0.54% | 0.56% | - |
| HSV(B) | 125.45º | 0.6% | 0.8% | - |
| XYZ | 26.81 | 45.3 | 17.69 | - |
| YUV | 154.28 | 93.41 | 76.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 203 | 93 | 0.60 | 0 | 0.54 | 0.20 | 125.45 | 0.54 | 0.56 |
| Hex | 52 | CB | 5D | 3C | 0 | 36 | 14 | 7D | 36 | 38 |
| Octal | 122 | 313 | 135 | 74 | 0 | 66 | 24 | 175 | 66 | 70 |
| Binary | 1010010 | 11001011 | 1011101 | 111100 | 0 | 110110 | 10100 | 1111101 | 110110 | 111000 |
Color Harmonies of #52CB5D
Complementary color
Monochromatic Colors of #52CB5D
Black with #52CB5D
Text Example
Text Example
White with #52CB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CB5D; }
p { color: rgb(82,203,93); }
H1.HeaderClassName
{
color: #52CB5D;
}
.AnyTagClassName
{
color: #52CB5D;
}
</style>
background-color css
<style>
a { background-color: #52CB5D; }
a { background-color: rgb(82,203,93); }
div.DivClassName
{
background-color: #52CB5D;
}
.BgClassName
{
background-color: #52CB5D;
}
</style>
border-color css
<style>
span { border-color: #52CB5D; }
span { border-color: rgb(82,203,93); }
td.TdClassName
{
border-color: #52CB5D;
}
.TagClassName
{
border-color: #52CB5D;
}
</style>