Shades of Fern #52C363
Tints of Fern #52C363
RGB
CMYK
RGB Variations
Color information
#52C363 (or 0x52C363) is known color: Fern. HEX triplet: 52, C3 and 63. RGB value is (82,195,99). Sum of RGB (Red+Green+Blue) = 82+195+99=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 195 (76.56% from 255 or 51.86% from 376); Blue value is 99 (39.06% from 255 or 26.33% from 376); Max value from RGB is 195 - color contains mainly: green. Hex color #52C363 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C363 is #AD3C9C. Grayscale: #969696. Windows color (decimal): -11353245 or 6538066. OLE color: 6538066.
HSL color Cylindrical-coordinate representation of color #52C363: hue angle of 129.03º 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 #52C363 is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 195 | 99 | - |
| CMYK | 0.58 | 0 | 0.49 | 0.24 |
| HSL | 129.03º | 0.48% | 0.54% | - |
| HSV(B) | 129.03º | 0.58% | 0.76% | - |
| XYZ | 25.25 | 41.72 | 18.53 | - |
| YUV | 150.27 | 99.06 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 195 | 99 | 0.58 | 0 | 0.49 | 0.24 | 129.03 | 0.48 | 0.54 |
| Hex | 52 | C3 | 63 | 3A | 0 | 31 | 18 | 81 | 30 | 36 |
| Octal | 122 | 303 | 143 | 72 | 0 | 61 | 30 | 201 | 60 | 66 |
| Binary | 1010010 | 11000011 | 1100011 | 111010 | 0 | 110001 | 11000 | 10000001 | 110000 | 110110 |
Color Harmonies of #52C363
Complementary color
Monochromatic Colors of #52C363
Black with #52C363
Text Example
Text Example
White with #52C363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C363; }
p { color: rgb(82,195,99); }
H1.HeaderClassName
{
color: #52C363;
}
.AnyTagClassName
{
color: #52C363;
}
</style>
background-color css
<style>
a { background-color: #52C363; }
a { background-color: rgb(82,195,99); }
div.DivClassName
{
background-color: #52C363;
}
.BgClassName
{
background-color: #52C363;
}
</style>
border-color css
<style>
span { border-color: #52C363; }
span { border-color: rgb(82,195,99); }
td.TdClassName
{
border-color: #52C363;
}
.TagClassName
{
border-color: #52C363;
}
</style>