Shades of Fern #52BD65
Tints of Fern #52BD65
RGB
CMYK
RGB Variations
Color information
#52BD65 (or 0x52BD65) is known color: Fern. HEX triplet: 52, BD and 65. RGB value is (82,189,101). Sum of RGB (Red+Green+Blue) = 82+189+101=372 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.04% from 372); Green value is 189 (74.22% from 255 or 50.81% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 189 - color contains mainly: green. Hex color #52BD65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BD65 is #AD429A. Grayscale: #939393. Windows color (decimal): -11354779 or 6667602. OLE color: 6667602.
HSL color Cylindrical-coordinate representation of color #52BD65: hue angle of 130.65º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52BD65 is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 189 | 101 | - |
| CMYK | 0.57 | 0 | 0.47 | 0.26 |
| HSL | 130.65º | 0.45% | 0.53% | - |
| HSV(B) | 130.65º | 0.57% | 0.74% | - |
| XYZ | 24.03 | 39.13 | 18.6 | - |
| YUV | 146.98 | 102.05 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 189 | 101 | 0.57 | 0 | 0.47 | 0.26 | 130.65 | 0.45 | 0.53 |
| Hex | 52 | BD | 65 | 39 | 0 | 2F | 1A | 83 | 2D | 35 |
| Octal | 122 | 275 | 145 | 71 | 0 | 57 | 32 | 203 | 55 | 65 |
| Binary | 1010010 | 10111101 | 1100101 | 111001 | 0 | 101111 | 11010 | 10000011 | 101101 | 110101 |
Color Harmonies of #52BD65
Complementary color
Monochromatic Colors of #52BD65
Black with #52BD65
Text Example
Text Example
White with #52BD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BD65; }
p { color: rgb(82,189,101); }
H1.HeaderClassName
{
color: #52BD65;
}
.AnyTagClassName
{
color: #52BD65;
}
</style>
background-color css
<style>
a { background-color: #52BD65; }
a { background-color: rgb(82,189,101); }
div.DivClassName
{
background-color: #52BD65;
}
.BgClassName
{
background-color: #52BD65;
}
</style>
border-color css
<style>
span { border-color: #52BD65; }
span { border-color: rgb(82,189,101); }
td.TdClassName
{
border-color: #52BD65;
}
.TagClassName
{
border-color: #52BD65;
}
</style>