Shades of Fern #5ACF64
Tints of Fern #5ACF64
RGB
CMYK
RGB Variations
Color information
#5ACF64 (or 0x5ACF64) is known color: Fern. HEX triplet: 5A, CF and 64. RGB value is (90,207,100). Sum of RGB (Red+Green+Blue) = 90+207+100=397 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.67% from 397); Green value is 207 (81.25% from 255 or 52.14% from 397); Blue value is 100 (39.45% from 255 or 25.19% from 397); Max value from RGB is 207 - color contains mainly: green. Hex color #5ACF64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACF64 is #A5309B. Grayscale: #A0A0A0. Windows color (decimal): -10825884 or 6606682. OLE color: 6606682.
HSL color Cylindrical-coordinate representation of color #5ACF64: hue angle of 125.13º 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 #5ACF64 is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 207 | 100 | - |
| CMYK | 0.57 | 0 | 0.52 | 0.19 |
| HSL | 125.13º | 0.55% | 0.58% | - |
| HSV(B) | 125.13º | 0.57% | 0.81% | - |
| XYZ | 28.83 | 47.72 | 19.75 | - |
| YUV | 159.82 | 94.24 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 207 | 100 | 0.57 | 0 | 0.52 | 0.19 | 125.13 | 0.55 | 0.58 |
| Hex | 5A | CF | 64 | 39 | 0 | 34 | 13 | 7D | 37 | 3A |
| Octal | 132 | 317 | 144 | 71 | 0 | 64 | 23 | 175 | 67 | 72 |
| Binary | 1011010 | 11001111 | 1100100 | 111001 | 0 | 110100 | 10011 | 1111101 | 110111 | 111010 |
Color Harmonies of #5ACF64
Complementary color
Monochromatic Colors of #5ACF64
Black with #5ACF64
Text Example
Text Example
White with #5ACF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACF64; }
p { color: rgb(90,207,100); }
H1.HeaderClassName
{
color: #5ACF64;
}
.AnyTagClassName
{
color: #5ACF64;
}
</style>
background-color css
<style>
a { background-color: #5ACF64; }
a { background-color: rgb(90,207,100); }
div.DivClassName
{
background-color: #5ACF64;
}
.BgClassName
{
background-color: #5ACF64;
}
</style>
border-color css
<style>
span { border-color: #5ACF64; }
span { border-color: rgb(90,207,100); }
td.TdClassName
{
border-color: #5ACF64;
}
.TagClassName
{
border-color: #5ACF64;
}
</style>