Shades of Fern #53C55F
Tints of Fern #53C55F
RGB
CMYK
RGB Variations
Color information
#53C55F (or 0x53C55F) is known color: Fern. HEX triplet: 53, C5 and 5F. RGB value is (83,197,95). Sum of RGB (Red+Green+Blue) = 83+197+95=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 197 (77.34% from 255 or 52.53% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 197 - color contains mainly: green. Hex color #53C55F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C55F is #AC3AA0. Grayscale: #979797. Windows color (decimal): -11287201 or 6276435. OLE color: 6276435.
HSL color Cylindrical-coordinate representation of color #53C55F: hue angle of 126.32º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C55F is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 197 | 95 | - |
| CMYK | 0.58 | 0 | 0.52 | 0.23 |
| HSL | 126.32º | 0.5% | 0.55% | - |
| HSV(B) | 126.32º | 0.58% | 0.77% | - |
| XYZ | 25.6 | 42.6 | 17.7 | - |
| YUV | 151.29 | 96.23 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 197 | 95 | 0.58 | 0 | 0.52 | 0.23 | 126.32 | 0.5 | 0.55 |
| Hex | 53 | C5 | 5F | 3A | 0 | 34 | 17 | 7E | 32 | 37 |
| Octal | 123 | 305 | 137 | 72 | 0 | 64 | 27 | 176 | 62 | 67 |
| Binary | 1010011 | 11000101 | 1011111 | 111010 | 0 | 110100 | 10111 | 1111110 | 110010 | 110111 |
Color Harmonies of #53C55F
Complementary color
Monochromatic Colors of #53C55F
Black with #53C55F
Text Example
Text Example
White with #53C55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C55F; }
p { color: rgb(83,197,95); }
H1.HeaderClassName
{
color: #53C55F;
}
.AnyTagClassName
{
color: #53C55F;
}
</style>
background-color css
<style>
a { background-color: #53C55F; }
a { background-color: rgb(83,197,95); }
div.DivClassName
{
background-color: #53C55F;
}
.BgClassName
{
background-color: #53C55F;
}
</style>
border-color css
<style>
span { border-color: #53C55F; }
span { border-color: rgb(83,197,95); }
td.TdClassName
{
border-color: #53C55F;
}
.TagClassName
{
border-color: #53C55F;
}
</style>