Shades of Fern #53BE69
Tints of Fern #53BE69
RGB
CMYK
RGB Variations
Color information
#53BE69 (or 0x53BE69) is known color: Fern. HEX triplet: 53, BE and 69. RGB value is (83,190,105). Sum of RGB (Red+Green+Blue) = 83+190+105=378 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.96% from 378); Green value is 190 (74.61% from 255 or 50.26% from 378); Blue value is 105 (41.41% from 255 or 27.78% from 378); Max value from RGB is 190 - color contains mainly: green. Hex color #53BE69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BE69 is #AC4196. Grayscale: #949494. Windows color (decimal): -11288983 or 6930003. OLE color: 6930003.
HSL color Cylindrical-coordinate representation of color #53BE69: hue angle of 132.34º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BE69 is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 190 | 105 | - |
| CMYK | 0.56 | 0 | 0.45 | 0.25 |
| HSL | 132.34º | 0.45% | 0.54% | - |
| HSV(B) | 132.34º | 0.56% | 0.75% | - |
| XYZ | 24.53 | 39.69 | 19.73 | - |
| YUV | 148.32 | 103.55 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 190 | 105 | 0.56 | 0 | 0.45 | 0.25 | 132.34 | 0.45 | 0.54 |
| Hex | 53 | BE | 69 | 38 | 0 | 2D | 19 | 84 | 2D | 36 |
| Octal | 123 | 276 | 151 | 70 | 0 | 55 | 31 | 204 | 55 | 66 |
| Binary | 1010011 | 10111110 | 1101001 | 111000 | 0 | 101101 | 11001 | 10000100 | 101101 | 110110 |
Color Harmonies of #53BE69
Complementary color
Monochromatic Colors of #53BE69
Black with #53BE69
Text Example
Text Example
White with #53BE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BE69; }
p { color: rgb(83,190,105); }
H1.HeaderClassName
{
color: #53BE69;
}
.AnyTagClassName
{
color: #53BE69;
}
</style>
background-color css
<style>
a { background-color: #53BE69; }
a { background-color: rgb(83,190,105); }
div.DivClassName
{
background-color: #53BE69;
}
.BgClassName
{
background-color: #53BE69;
}
</style>
border-color css
<style>
span { border-color: #53BE69; }
span { border-color: rgb(83,190,105); }
td.TdClassName
{
border-color: #53BE69;
}
.TagClassName
{
border-color: #53BE69;
}
</style>