Shades of Fern #58AF64
Tints of Fern #58AF64
RGB
CMYK
RGB Variations
Color information
#58AF64 (or 0x58AF64) is known color: Fern. HEX triplet: 58, AF and 64. RGB value is (88,175,100). Sum of RGB (Red+Green+Blue) = 88+175+100=363 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.24% from 363); Green value is 175 (68.75% from 255 or 48.21% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 175 - color contains mainly: green. Hex color #58AF64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58AF64 is #A7509B. Grayscale: #8C8C8C. Windows color (decimal): -10965148 or 6598488. OLE color: 6598488.
HSL color Cylindrical-coordinate representation of color #58AF64: hue angle of 128.28º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #58AF64 is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 88 | 175 | 100 | - |
| CMYK | 0.50 | 0 | 0.43 | 0.31 |
| HSL | 128.28º | 0.35% | 0.52% | - |
| HSV(B) | 128.28º | 0.5% | 0.69% | - |
| XYZ | 21.65 | 33.65 | 17.41 | - |
| YUV | 140.44 | 105.18 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 175 | 100 | 0.50 | 0 | 0.43 | 0.31 | 128.28 | 0.35 | 0.52 |
| Hex | 58 | AF | 64 | 32 | 0 | 2B | 1F | 80 | 23 | 34 |
| Octal | 130 | 257 | 144 | 62 | 0 | 53 | 37 | 200 | 43 | 64 |
| Binary | 1011000 | 10101111 | 1100100 | 110010 | 0 | 101011 | 11111 | 10000000 | 100011 | 110100 |
Color Harmonies of #58AF64
Complementary color
Monochromatic Colors of #58AF64
Black with #58AF64
Text Example
Text Example
White with #58AF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AF64; }
p { color: rgb(88,175,100); }
H1.HeaderClassName
{
color: #58AF64;
}
.AnyTagClassName
{
color: #58AF64;
}
</style>
background-color css
<style>
a { background-color: #58AF64; }
a { background-color: rgb(88,175,100); }
div.DivClassName
{
background-color: #58AF64;
}
.BgClassName
{
background-color: #58AF64;
}
</style>
border-color css
<style>
span { border-color: #58AF64; }
span { border-color: rgb(88,175,100); }
td.TdClassName
{
border-color: #58AF64;
}
.TagClassName
{
border-color: #58AF64;
}
</style>