Shades of Fern #52BE68
Tints of Fern #52BE68
RGB
CMYK
RGB Variations
Color information
#52BE68 (or 0x52BE68) is known color: Fern. HEX triplet: 52, BE and 68. RGB value is (82,190,104). Sum of RGB (Red+Green+Blue) = 82+190+104=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 190 (74.61% from 255 or 50.53% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 190 - color contains mainly: green. Hex color #52BE68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BE68 is #AD4197. Grayscale: #949494. Windows color (decimal): -11354520 or 6864466. OLE color: 6864466.
HSL color Cylindrical-coordinate representation of color #52BE68: hue angle of 132.22º 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 #52BE68 is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 190 | 104 | - |
| CMYK | 0.57 | 0 | 0.45 | 0.25 |
| HSL | 132.22º | 0.45% | 0.53% | - |
| HSV(B) | 132.22º | 0.57% | 0.75% | - |
| XYZ | 24.39 | 39.62 | 19.46 | - |
| YUV | 147.9 | 103.22 | 80.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 190 | 104 | 0.57 | 0 | 0.45 | 0.25 | 132.22 | 0.45 | 0.53 |
| Hex | 52 | BE | 68 | 39 | 0 | 2D | 19 | 84 | 2D | 35 |
| Octal | 122 | 276 | 150 | 71 | 0 | 55 | 31 | 204 | 55 | 65 |
| Binary | 1010010 | 10111110 | 1101000 | 111001 | 0 | 101101 | 11001 | 10000100 | 101101 | 110101 |
Color Harmonies of #52BE68
Complementary color
Monochromatic Colors of #52BE68
Black with #52BE68
Text Example
Text Example
White with #52BE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BE68; }
p { color: rgb(82,190,104); }
H1.HeaderClassName
{
color: #52BE68;
}
.AnyTagClassName
{
color: #52BE68;
}
</style>
background-color css
<style>
a { background-color: #52BE68; }
a { background-color: rgb(82,190,104); }
div.DivClassName
{
background-color: #52BE68;
}
.BgClassName
{
background-color: #52BE68;
}
</style>
border-color css
<style>
span { border-color: #52BE68; }
span { border-color: rgb(82,190,104); }
td.TdClassName
{
border-color: #52BE68;
}
.TagClassName
{
border-color: #52BE68;
}
</style>