Shades of Fern #53C25F
Tints of Fern #53C25F
RGB
CMYK
RGB Variations
Color information
#53C25F (or 0x53C25F) is known color: Fern. HEX triplet: 53, C2 and 5F. RGB value is (83,194,95). Sum of RGB (Red+Green+Blue) = 83+194+95=372 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.31% from 372); Green value is 194 (76.17% from 255 or 52.15% from 372); Blue value is 95 (37.5% from 255 or 25.54% from 372); Max value from RGB is 194 - color contains mainly: green. Hex color #53C25F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C25F is #AC3DA0. Grayscale: #959595. Windows color (decimal): -11287969 or 6275667. OLE color: 6275667.
HSL color Cylindrical-coordinate representation of color #53C25F: hue angle of 126.49º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C25F is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 194 | 95 | - |
| CMYK | 0.57 | 0 | 0.51 | 0.24 |
| HSL | 126.49º | 0.48% | 0.54% | - |
| HSV(B) | 126.49º | 0.57% | 0.76% | - |
| XYZ | 24.92 | 41.25 | 17.47 | - |
| YUV | 149.53 | 97.23 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 194 | 95 | 0.57 | 0 | 0.51 | 0.24 | 126.49 | 0.48 | 0.54 |
| Hex | 53 | C2 | 5F | 39 | 0 | 33 | 18 | 7E | 30 | 36 |
| Octal | 123 | 302 | 137 | 71 | 0 | 63 | 30 | 176 | 60 | 66 |
| Binary | 1010011 | 11000010 | 1011111 | 111001 | 0 | 110011 | 11000 | 1111110 | 110000 | 110110 |
Color Harmonies of #53C25F
Complementary color
Monochromatic Colors of #53C25F
Black with #53C25F
Text Example
Text Example
White with #53C25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C25F; }
p { color: rgb(83,194,95); }
H1.HeaderClassName
{
color: #53C25F;
}
.AnyTagClassName
{
color: #53C25F;
}
</style>
background-color css
<style>
a { background-color: #53C25F; }
a { background-color: rgb(83,194,95); }
div.DivClassName
{
background-color: #53C25F;
}
.BgClassName
{
background-color: #53C25F;
}
</style>
border-color css
<style>
span { border-color: #53C25F; }
span { border-color: rgb(83,194,95); }
td.TdClassName
{
border-color: #53C25F;
}
.TagClassName
{
border-color: #53C25F;
}
</style>