Shades of Fern #52C358
Tints of Fern #52C358
RGB
CMYK
RGB Variations
Color information
#52C358 (or 0x52C358) is known color: Fern. HEX triplet: 52, C3 and 58. RGB value is (82,195,88). Sum of RGB (Red+Green+Blue) = 82+195+88=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 195 (76.56% from 255 or 53.42% from 365); Blue value is 88 (34.77% from 255 or 24.11% from 365); Max value from RGB is 195 - color contains mainly: green. Hex color #52C358 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C358 is #AD3CA7. Grayscale: #959595. Windows color (decimal): -11353256 or 5817170. OLE color: 5817170.
HSL color Cylindrical-coordinate representation of color #52C358: hue angle of 123.19º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C358 is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 195 | 88 | - |
| CMYK | 0.58 | 0 | 0.55 | 0.24 |
| HSL | 123.19º | 0.48% | 0.54% | - |
| HSV(B) | 123.19º | 0.58% | 0.76% | - |
| XYZ | 24.76 | 41.53 | 15.94 | - |
| YUV | 149.02 | 93.56 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 195 | 88 | 0.58 | 0 | 0.55 | 0.24 | 123.19 | 0.48 | 0.54 |
| Hex | 52 | C3 | 58 | 3A | 0 | 37 | 18 | 7B | 30 | 36 |
| Octal | 122 | 303 | 130 | 72 | 0 | 67 | 30 | 173 | 60 | 66 |
| Binary | 1010010 | 11000011 | 1011000 | 111010 | 0 | 110111 | 11000 | 1111011 | 110000 | 110110 |
Color Harmonies of #52C358
Complementary color
Monochromatic Colors of #52C358
Black with #52C358
Text Example
Text Example
White with #52C358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C358; }
p { color: rgb(82,195,88); }
H1.HeaderClassName
{
color: #52C358;
}
.AnyTagClassName
{
color: #52C358;
}
</style>
background-color css
<style>
a { background-color: #52C358; }
a { background-color: rgb(82,195,88); }
div.DivClassName
{
background-color: #52C358;
}
.BgClassName
{
background-color: #52C358;
}
</style>
border-color css
<style>
span { border-color: #52C358; }
span { border-color: rgb(82,195,88); }
td.TdClassName
{
border-color: #52C358;
}
.TagClassName
{
border-color: #52C358;
}
</style>