Shades of Fern #53C255
Tints of Fern #53C255
RGB
CMYK
RGB Variations
Color information
#53C255 (or 0x53C255) is known color: Fern. HEX triplet: 53, C2 and 55. RGB value is (83,194,85). Sum of RGB (Red+Green+Blue) = 83+194+85=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 194 (76.17% from 255 or 53.59% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 194 - color contains mainly: green. Hex color #53C255 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C255 is #AC3DAA. Grayscale: #949494. Windows color (decimal): -11287979 or 5620307. OLE color: 5620307.
HSL color Cylindrical-coordinate representation of color #53C255: hue angle of 121.08º 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 #53C255 is Cyan = 0.57, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 194 | 85 | - |
| CMYK | 0.57 | 0 | 0.56 | 0.24 |
| HSL | 121.08º | 0.48% | 0.54% | - |
| HSV(B) | 121.08º | 0.57% | 0.76% | - |
| XYZ | 24.5 | 41.08 | 15.23 | - |
| YUV | 148.39 | 92.23 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 194 | 85 | 0.57 | 0 | 0.56 | 0.24 | 121.08 | 0.48 | 0.54 |
| Hex | 53 | C2 | 55 | 39 | 0 | 38 | 18 | 79 | 30 | 36 |
| Octal | 123 | 302 | 125 | 71 | 0 | 70 | 30 | 171 | 60 | 66 |
| Binary | 1010011 | 11000010 | 1010101 | 111001 | 0 | 111000 | 11000 | 1111001 | 110000 | 110110 |
Color Harmonies of #53C255
Complementary color
Monochromatic Colors of #53C255
Black with #53C255
Text Example
Text Example
White with #53C255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C255; }
p { color: rgb(83,194,85); }
H1.HeaderClassName
{
color: #53C255;
}
.AnyTagClassName
{
color: #53C255;
}
</style>
background-color css
<style>
a { background-color: #53C255; }
a { background-color: rgb(83,194,85); }
div.DivClassName
{
background-color: #53C255;
}
.BgClassName
{
background-color: #53C255;
}
</style>
border-color css
<style>
span { border-color: #53C255; }
span { border-color: rgb(83,194,85); }
td.TdClassName
{
border-color: #53C255;
}
.TagClassName
{
border-color: #53C255;
}
</style>