Shades of Fern #52BE5A
Tints of Fern #52BE5A
RGB
CMYK
RGB Variations
Color information
#52BE5A (or 0x52BE5A) is known color: Fern. HEX triplet: 52, BE and 5A. RGB value is (82,190,90). Sum of RGB (Red+Green+Blue) = 82+190+90=362 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.65% from 362); Green value is 190 (74.61% from 255 or 52.49% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 190 - color contains mainly: green. Hex color #52BE5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BE5A is #AD41A5. Grayscale: #929292. Windows color (decimal): -11354534 or 5946962. OLE color: 5946962.
HSL color Cylindrical-coordinate representation of color #52BE5A: hue angle of 124.44º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52BE5A is Cyan = 0.57, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 190 | 90 | - |
| CMYK | 0.57 | 0 | 0.53 | 0.25 |
| HSL | 124.44º | 0.45% | 0.53% | - |
| HSV(B) | 124.44º | 0.57% | 0.75% | - |
| XYZ | 23.74 | 39.36 | 16.02 | - |
| YUV | 146.31 | 96.22 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 190 | 90 | 0.57 | 0 | 0.53 | 0.25 | 124.44 | 0.45 | 0.53 |
| Hex | 52 | BE | 5A | 39 | 0 | 35 | 19 | 7C | 2D | 35 |
| Octal | 122 | 276 | 132 | 71 | 0 | 65 | 31 | 174 | 55 | 65 |
| Binary | 1010010 | 10111110 | 1011010 | 111001 | 0 | 110101 | 11001 | 1111100 | 101101 | 110101 |
Color Harmonies of #52BE5A
Complementary color
Monochromatic Colors of #52BE5A
Black with #52BE5A
Text Example
Text Example
White with #52BE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BE5A; }
p { color: rgb(82,190,90); }
H1.HeaderClassName
{
color: #52BE5A;
}
.AnyTagClassName
{
color: #52BE5A;
}
</style>
background-color css
<style>
a { background-color: #52BE5A; }
a { background-color: rgb(82,190,90); }
div.DivClassName
{
background-color: #52BE5A;
}
.BgClassName
{
background-color: #52BE5A;
}
</style>
border-color css
<style>
span { border-color: #52BE5A; }
span { border-color: rgb(82,190,90); }
td.TdClassName
{
border-color: #52BE5A;
}
.TagClassName
{
border-color: #52BE5A;
}
</style>