Shades of Fern #53C762
Tints of Fern #53C762
RGB
CMYK
RGB Variations
Color information
#53C762 (or 0x53C762) is known color: Fern. HEX triplet: 53, C7 and 62. RGB value is (83,199,98). Sum of RGB (Red+Green+Blue) = 83+199+98=380 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.84% from 380); Green value is 199 (78.12% from 255 or 52.37% from 380); Blue value is 98 (38.67% from 255 or 25.79% from 380); Max value from RGB is 199 - color contains mainly: green. Hex color #53C762 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C762 is #AC389D. Grayscale: #999999. Windows color (decimal): -11286686 or 6473555. OLE color: 6473555.
HSL color Cylindrical-coordinate representation of color #53C762: hue angle of 127.76º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C762 is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 199 | 98 | - |
| CMYK | 0.58 | 0 | 0.51 | 0.22 |
| HSL | 127.76º | 0.51% | 0.55% | - |
| HSV(B) | 127.76º | 0.58% | 0.78% | - |
| XYZ | 26.2 | 43.57 | 18.58 | - |
| YUV | 152.8 | 97.07 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 199 | 98 | 0.58 | 0 | 0.51 | 0.22 | 127.76 | 0.51 | 0.55 |
| Hex | 53 | C7 | 62 | 3A | 0 | 33 | 16 | 80 | 33 | 37 |
| Octal | 123 | 307 | 142 | 72 | 0 | 63 | 26 | 200 | 63 | 67 |
| Binary | 1010011 | 11000111 | 1100010 | 111010 | 0 | 110011 | 10110 | 10000000 | 110011 | 110111 |
Color Harmonies of #53C762
Complementary color
Monochromatic Colors of #53C762
Black with #53C762
Text Example
Text Example
White with #53C762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C762; }
p { color: rgb(83,199,98); }
H1.HeaderClassName
{
color: #53C762;
}
.AnyTagClassName
{
color: #53C762;
}
</style>
background-color css
<style>
a { background-color: #53C762; }
a { background-color: rgb(83,199,98); }
div.DivClassName
{
background-color: #53C762;
}
.BgClassName
{
background-color: #53C762;
}
</style>
border-color css
<style>
span { border-color: #53C762; }
span { border-color: rgb(83,199,98); }
td.TdClassName
{
border-color: #53C762;
}
.TagClassName
{
border-color: #53C762;
}
</style>