Shades of Fern #52D754
Tints of Fern #52D754
RGB
CMYK
RGB Variations
Color information
#52D754 (or 0x52D754) is known color: Fern. HEX triplet: 52, D7 and 54. RGB value is (82,215,84). Sum of RGB (Red+Green+Blue) = 82+215+84=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 215 (84.38% from 255 or 56.43% from 381); Blue value is 84 (33.20% from 255 or 22.05% from 381); Max value from RGB is 215 - color contains mainly: green. Hex color #52D754 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D754 is #AD28AB. Grayscale: #A0A0A0. Windows color (decimal): -11348140 or 5560146. OLE color: 5560146.
HSL color Cylindrical-coordinate representation of color #52D754: hue angle of 120.9º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D754 is Cyan = 0.62, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 215 | 84 | - |
| CMYK | 0.62 | 0 | 0.61 | 0.16 |
| HSL | 120.9º | 0.62% | 0.58% | - |
| HSV(B) | 120.9º | 0.62% | 0.84% | - |
| XYZ | 29.38 | 51.03 | 16.69 | - |
| YUV | 160.3 | 84.94 | 72.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 215 | 84 | 0.62 | 0 | 0.61 | 0.16 | 120.9 | 0.62 | 0.58 |
| Hex | 52 | D7 | 54 | 3E | 0 | 3D | 10 | 79 | 3E | 3A |
| Octal | 122 | 327 | 124 | 76 | 0 | 75 | 20 | 171 | 76 | 72 |
| Binary | 1010010 | 11010111 | 1010100 | 111110 | 0 | 111101 | 10000 | 1111001 | 111110 | 111010 |
Color Harmonies of #52D754
Complementary color
Monochromatic Colors of #52D754
Black with #52D754
Text Example
Text Example
White with #52D754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D754; }
p { color: rgb(82,215,84); }
H1.HeaderClassName
{
color: #52D754;
}
.AnyTagClassName
{
color: #52D754;
}
</style>
background-color css
<style>
a { background-color: #52D754; }
a { background-color: rgb(82,215,84); }
div.DivClassName
{
background-color: #52D754;
}
.BgClassName
{
background-color: #52D754;
}
</style>
border-color css
<style>
span { border-color: #52D754; }
span { border-color: rgb(82,215,84); }
td.TdClassName
{
border-color: #52D754;
}
.TagClassName
{
border-color: #52D754;
}
</style>