Shades of Fern #53C254
Tints of Fern #53C254
RGB
CMYK
RGB Variations
Color information
#53C254 (or 0x53C254) is known color: Fern. HEX triplet: 53, C2 and 54. RGB value is (83,194,84). Sum of RGB (Red+Green+Blue) = 83+194+84=361 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.99% from 361); Green value is 194 (76.17% from 255 or 53.74% from 361); Blue value is 84 (33.20% from 255 or 23.27% from 361); Max value from RGB is 194 - color contains mainly: green. Hex color #53C254 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C254 is #AC3DAB. Grayscale: #949494. Windows color (decimal): -11287980 or 5554771. OLE color: 5554771.
HSL color Cylindrical-coordinate representation of color #53C254: hue angle of 120.54º 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 #53C254 is Cyan = 0.57, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 194 | 84 | - |
| CMYK | 0.57 | 0 | 0.57 | 0.24 |
| HSL | 120.54º | 0.48% | 0.54% | - |
| HSV(B) | 120.54º | 0.57% | 0.76% | - |
| XYZ | 24.46 | 41.06 | 15.02 | - |
| YUV | 148.27 | 91.73 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 194 | 84 | 0.57 | 0 | 0.57 | 0.24 | 120.54 | 0.48 | 0.54 |
| Hex | 53 | C2 | 54 | 39 | 0 | 39 | 18 | 79 | 30 | 36 |
| Octal | 123 | 302 | 124 | 71 | 0 | 71 | 30 | 171 | 60 | 66 |
| Binary | 1010011 | 11000010 | 1010100 | 111001 | 0 | 111001 | 11000 | 1111001 | 110000 | 110110 |
Color Harmonies of #53C254
Complementary color
Monochromatic Colors of #53C254
Black with #53C254
Text Example
Text Example
White with #53C254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C254; }
p { color: rgb(83,194,84); }
H1.HeaderClassName
{
color: #53C254;
}
.AnyTagClassName
{
color: #53C254;
}
</style>
background-color css
<style>
a { background-color: #53C254; }
a { background-color: rgb(83,194,84); }
div.DivClassName
{
background-color: #53C254;
}
.BgClassName
{
background-color: #53C254;
}
</style>
border-color css
<style>
span { border-color: #53C254; }
span { border-color: rgb(83,194,84); }
td.TdClassName
{
border-color: #53C254;
}
.TagClassName
{
border-color: #53C254;
}
</style>