Shades of Fern #53C65C
Tints of Fern #53C65C
RGB
CMYK
RGB Variations
Color information
#53C65C (or 0x53C65C) is known color: Fern. HEX triplet: 53, C6 and 5C. RGB value is (83,198,92). Sum of RGB (Red+Green+Blue) = 83+198+92=373 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.25% from 373); Green value is 198 (77.73% from 255 or 53.08% from 373); Blue value is 92 (36.33% from 255 or 24.66% from 373); Max value from RGB is 198 - color contains mainly: green. Hex color #53C65C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C65C is #AC39A3. Grayscale: #979797. Windows color (decimal): -11286948 or 6080083. OLE color: 6080083.
HSL color Cylindrical-coordinate representation of color #53C65C: hue angle of 124.7º degrees, saturation: 0.5, 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 #53C65C is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 198 | 92 | - |
| CMYK | 0.58 | 0 | 0.54 | 0.22 |
| HSL | 124.7º | 0.5% | 0.55% | - |
| HSV(B) | 124.7º | 0.58% | 0.78% | - |
| XYZ | 25.69 | 43 | 17.07 | - |
| YUV | 151.53 | 94.4 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 198 | 92 | 0.58 | 0 | 0.54 | 0.22 | 124.7 | 0.5 | 0.55 |
| Hex | 53 | C6 | 5C | 3A | 0 | 36 | 16 | 7D | 32 | 37 |
| Octal | 123 | 306 | 134 | 72 | 0 | 66 | 26 | 175 | 62 | 67 |
| Binary | 1010011 | 11000110 | 1011100 | 111010 | 0 | 110110 | 10110 | 1111101 | 110010 | 110111 |
Color Harmonies of #53C65C
Complementary color
Monochromatic Colors of #53C65C
Black with #53C65C
Text Example
Text Example
White with #53C65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C65C; }
p { color: rgb(83,198,92); }
H1.HeaderClassName
{
color: #53C65C;
}
.AnyTagClassName
{
color: #53C65C;
}
</style>
background-color css
<style>
a { background-color: #53C65C; }
a { background-color: rgb(83,198,92); }
div.DivClassName
{
background-color: #53C65C;
}
.BgClassName
{
background-color: #53C65C;
}
</style>
border-color css
<style>
span { border-color: #53C65C; }
span { border-color: rgb(83,198,92); }
td.TdClassName
{
border-color: #53C65C;
}
.TagClassName
{
border-color: #53C65C;
}
</style>