Shades of Fern #53C45C
Tints of Fern #53C45C
RGB
CMYK
RGB Variations
Color information
#53C45C (or 0x53C45C) is known color: Fern. HEX triplet: 53, C4 and 5C. RGB value is (83,196,92). Sum of RGB (Red+Green+Blue) = 83+196+92=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 196 (76.95% from 255 or 52.83% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 196 - color contains mainly: green. Hex color #53C45C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C45C is #AC3BA3. Grayscale: #969696. Windows color (decimal): -11287460 or 6079571. OLE color: 6079571.
HSL color Cylindrical-coordinate representation of color #53C45C: hue angle of 124.78º degrees, saturation: 0.49, 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 #53C45C is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 196 | 92 | - |
| CMYK | 0.58 | 0 | 0.53 | 0.23 |
| HSL | 124.78º | 0.49% | 0.55% | - |
| HSV(B) | 124.78º | 0.58% | 0.77% | - |
| XYZ | 25.24 | 42.09 | 16.92 | - |
| YUV | 150.36 | 95.06 | 79.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 196 | 92 | 0.58 | 0 | 0.53 | 0.23 | 124.78 | 0.49 | 0.55 |
| Hex | 53 | C4 | 5C | 3A | 0 | 35 | 17 | 7D | 31 | 37 |
| Octal | 123 | 304 | 134 | 72 | 0 | 65 | 27 | 175 | 61 | 67 |
| Binary | 1010011 | 11000100 | 1011100 | 111010 | 0 | 110101 | 10111 | 1111101 | 110001 | 110111 |
Color Harmonies of #53C45C
Complementary color
Monochromatic Colors of #53C45C
Black with #53C45C
Text Example
Text Example
White with #53C45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C45C; }
p { color: rgb(83,196,92); }
H1.HeaderClassName
{
color: #53C45C;
}
.AnyTagClassName
{
color: #53C45C;
}
</style>
background-color css
<style>
a { background-color: #53C45C; }
a { background-color: rgb(83,196,92); }
div.DivClassName
{
background-color: #53C45C;
}
.BgClassName
{
background-color: #53C45C;
}
</style>
border-color css
<style>
span { border-color: #53C45C; }
span { border-color: rgb(83,196,92); }
td.TdClassName
{
border-color: #53C45C;
}
.TagClassName
{
border-color: #53C45C;
}
</style>