Shades of Fern #5ACF5D
Tints of Fern #5ACF5D
RGB
CMYK
RGB Variations
Color information
#5ACF5D (or 0x5ACF5D) is known color: Fern. HEX triplet: 5A, CF and 5D. RGB value is (90,207,93). Sum of RGB (Red+Green+Blue) = 90+207+93=390 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.08% from 390); Green value is 207 (81.25% from 255 or 53.08% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 207 - color contains mainly: green. Hex color #5ACF5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACF5D is #A530A2. Grayscale: #9F9F9F. Windows color (decimal): -10825891 or 6147930. OLE color: 6147930.
HSL color Cylindrical-coordinate representation of color #5ACF5D: hue angle of 121.54º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5ACF5D is Cyan = 0.57, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 207 | 93 | - |
| CMYK | 0.57 | 0 | 0.55 | 0.19 |
| HSL | 121.54º | 0.55% | 0.58% | - |
| HSV(B) | 121.54º | 0.57% | 0.81% | - |
| XYZ | 28.51 | 47.59 | 18.04 | - |
| YUV | 159.02 | 90.74 | 78.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 207 | 93 | 0.57 | 0 | 0.55 | 0.19 | 121.54 | 0.55 | 0.58 |
| Hex | 5A | CF | 5D | 39 | 0 | 37 | 13 | 7A | 37 | 3A |
| Octal | 132 | 317 | 135 | 71 | 0 | 67 | 23 | 172 | 67 | 72 |
| Binary | 1011010 | 11001111 | 1011101 | 111001 | 0 | 110111 | 10011 | 1111010 | 110111 | 111010 |
Color Harmonies of #5ACF5D
Complementary color
Monochromatic Colors of #5ACF5D
Black with #5ACF5D
Text Example
Text Example
White with #5ACF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACF5D; }
p { color: rgb(90,207,93); }
H1.HeaderClassName
{
color: #5ACF5D;
}
.AnyTagClassName
{
color: #5ACF5D;
}
</style>
background-color css
<style>
a { background-color: #5ACF5D; }
a { background-color: rgb(90,207,93); }
div.DivClassName
{
background-color: #5ACF5D;
}
.BgClassName
{
background-color: #5ACF5D;
}
</style>
border-color css
<style>
span { border-color: #5ACF5D; }
span { border-color: rgb(90,207,93); }
td.TdClassName
{
border-color: #5ACF5D;
}
.TagClassName
{
border-color: #5ACF5D;
}
</style>