Shades of Fern #52CC55
Tints of Fern #52CC55
RGB
CMYK
RGB Variations
Color information
#52CC55 (or 0x52CC55) is known color: Fern. HEX triplet: 52, CC and 55. RGB value is (82,204,85). Sum of RGB (Red+Green+Blue) = 82+204+85=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 204 (80.08% from 255 or 54.99% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 204 - color contains mainly: green. Hex color #52CC55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CC55 is #AD33AA. Grayscale: #9A9A9A. Windows color (decimal): -11350955 or 5622866. OLE color: 5622866.
HSL color Cylindrical-coordinate representation of color #52CC55: hue angle of 121.48º 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 #52CC55 is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 204 | 85 | - |
| CMYK | 0.60 | 0 | 0.58 | 0.2 |
| HSL | 121.48º | 0.54% | 0.56% | - |
| HSV(B) | 121.48º | 0.6% | 0.8% | - |
| XYZ | 26.71 | 45.64 | 15.99 | - |
| YUV | 153.96 | 89.08 | 76.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 204 | 85 | 0.60 | 0 | 0.58 | 0.2 | 121.48 | 0.54 | 0.56 |
| Hex | 52 | CC | 55 | 3C | 0 | 3A | 14 | 79 | 36 | 38 |
| Octal | 122 | 314 | 125 | 74 | 0 | 72 | 24 | 171 | 66 | 70 |
| Binary | 1010010 | 11001100 | 1010101 | 111100 | 0 | 111010 | 10100 | 1111001 | 110110 | 111000 |
Color Harmonies of #52CC55
Complementary color
Monochromatic Colors of #52CC55
Black with #52CC55
Text Example
Text Example
White with #52CC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CC55; }
p { color: rgb(82,204,85); }
H1.HeaderClassName
{
color: #52CC55;
}
.AnyTagClassName
{
color: #52CC55;
}
</style>
background-color css
<style>
a { background-color: #52CC55; }
a { background-color: rgb(82,204,85); }
div.DivClassName
{
background-color: #52CC55;
}
.BgClassName
{
background-color: #52CC55;
}
</style>
border-color css
<style>
span { border-color: #52CC55; }
span { border-color: rgb(82,204,85); }
td.TdClassName
{
border-color: #52CC55;
}
.TagClassName
{
border-color: #52CC55;
}
</style>