Shades of Fern #53C453
Tints of Fern #53C453
RGB
CMYK
RGB Variations
Color information
#53C453 (or 0x53C453) is known color: Fern. HEX triplet: 53, C4 and 53. RGB value is (83,196,83). Sum of RGB (Red+Green+Blue) = 83+196+83=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 196 (76.95% from 255 or 54.14% from 362); Blue value is 83 (32.81% from 255 or 22.93% from 362); Max value from RGB is 196 - color contains mainly: green. Hex color #53C453 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C453 is #AC3BAC. Grayscale: #959595. Windows color (decimal): -11287469 or 5489747. OLE color: 5489747.
HSL color Cylindrical-coordinate representation of color #53C453: hue angle of 120º 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 #53C453 is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 196 | 83 | - |
| CMYK | 0.58 | 0 | 0.58 | 0.23 |
| HSL | 120º | 0.49% | 0.55% | - |
| HSV(B) | 120º | 0.58% | 0.77% | - |
| XYZ | 24.87 | 41.94 | 14.97 | - |
| YUV | 149.33 | 90.56 | 80.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 196 | 83 | 0.58 | 0 | 0.58 | 0.23 | 120 | 0.49 | 0.55 |
| Hex | 53 | C4 | 53 | 3A | 0 | 3A | 17 | 78 | 31 | 37 |
| Octal | 123 | 304 | 123 | 72 | 0 | 72 | 27 | 170 | 61 | 67 |
| Binary | 1010011 | 11000100 | 1010011 | 111010 | 0 | 111010 | 10111 | 1111000 | 110001 | 110111 |
Color Harmonies of #53C453
Complementary color
Monochromatic Colors of #53C453
Black with #53C453
Text Example
Text Example
White with #53C453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C453; }
p { color: rgb(83,196,83); }
H1.HeaderClassName
{
color: #53C453;
}
.AnyTagClassName
{
color: #53C453;
}
</style>
background-color css
<style>
a { background-color: #53C453; }
a { background-color: rgb(83,196,83); }
div.DivClassName
{
background-color: #53C453;
}
.BgClassName
{
background-color: #53C453;
}
</style>
border-color css
<style>
span { border-color: #53C453; }
span { border-color: rgb(83,196,83); }
td.TdClassName
{
border-color: #53C453;
}
.TagClassName
{
border-color: #53C453;
}
</style>