Shades of Fern #52C553
Tints of Fern #52C553
RGB
CMYK
RGB Variations
Color information
#52C553 (or 0x52C553) is known color: Fern. HEX triplet: 52, C5 and 53. RGB value is (82,197,83). Sum of RGB (Red+Green+Blue) = 82+197+83=362 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.65% from 362); Green value is 197 (77.34% from 255 or 54.42% from 362); Blue value is 83 (32.81% from 255 or 22.93% from 362); Max value from RGB is 197 - color contains mainly: green. Hex color #52C553 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C553 is #AD3AAC. Grayscale: #959595. Windows color (decimal): -11352749 or 5490002. OLE color: 5490002.
HSL color Cylindrical-coordinate representation of color #52C553: hue angle of 120.52º degrees, saturation: 0.5, 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 #52C553 is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 197 | 83 | - |
| CMYK | 0.58 | 0 | 0.58 | 0.23 |
| HSL | 120.52º | 0.5% | 0.55% | - |
| HSV(B) | 120.52º | 0.58% | 0.77% | - |
| XYZ | 25.01 | 42.35 | 15.04 | - |
| YUV | 149.62 | 90.4 | 79.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 197 | 83 | 0.58 | 0 | 0.58 | 0.23 | 120.52 | 0.5 | 0.55 |
| Hex | 52 | C5 | 53 | 3A | 0 | 3A | 17 | 79 | 32 | 37 |
| Octal | 122 | 305 | 123 | 72 | 0 | 72 | 27 | 171 | 62 | 67 |
| Binary | 1010010 | 11000101 | 1010011 | 111010 | 0 | 111010 | 10111 | 1111001 | 110010 | 110111 |
Color Harmonies of #52C553
Complementary color
Monochromatic Colors of #52C553
Black with #52C553
Text Example
Text Example
White with #52C553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C553; }
p { color: rgb(82,197,83); }
H1.HeaderClassName
{
color: #52C553;
}
.AnyTagClassName
{
color: #52C553;
}
</style>
background-color css
<style>
a { background-color: #52C553; }
a { background-color: rgb(82,197,83); }
div.DivClassName
{
background-color: #52C553;
}
.BgClassName
{
background-color: #52C553;
}
</style>
border-color css
<style>
span { border-color: #52C553; }
span { border-color: rgb(82,197,83); }
td.TdClassName
{
border-color: #52C553;
}
.TagClassName
{
border-color: #52C553;
}
</style>