Shades of Fern #58D264
Tints of Fern #58D264
RGB
CMYK
RGB Variations
Color information
#58D264 (or 0x58D264) is known color: Fern. HEX triplet: 58, D2 and 64. RGB value is (88,210,100). Sum of RGB (Red+Green+Blue) = 88+210+100=398 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.11% from 398); Green value is 210 (82.42% from 255 or 52.76% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 210 - color contains mainly: green. Hex color #58D264 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58D264 is #A72D9B. Grayscale: #A1A1A1. Windows color (decimal): -10956188 or 6607448. OLE color: 6607448.
HSL color Cylindrical-coordinate representation of color #58D264: hue angle of 125.9º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58D264 is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 210 | 100 | - |
| CMYK | 0.58 | 0 | 0.52 | 0.18 |
| HSL | 125.9º | 0.58% | 0.58% | - |
| HSV(B) | 125.9º | 0.58% | 0.82% | - |
| XYZ | 29.37 | 49.09 | 19.98 | - |
| YUV | 160.98 | 93.58 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 210 | 100 | 0.58 | 0 | 0.52 | 0.18 | 125.9 | 0.58 | 0.58 |
| Hex | 58 | D2 | 64 | 3A | 0 | 34 | 12 | 7E | 3A | 3A |
| Octal | 130 | 322 | 144 | 72 | 0 | 64 | 22 | 176 | 72 | 72 |
| Binary | 1011000 | 11010010 | 1100100 | 111010 | 0 | 110100 | 10010 | 1111110 | 111010 | 111010 |
Color Harmonies of #58D264
Complementary color
Monochromatic Colors of #58D264
Black with #58D264
Text Example
Text Example
White with #58D264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D264; }
p { color: rgb(88,210,100); }
H1.HeaderClassName
{
color: #58D264;
}
.AnyTagClassName
{
color: #58D264;
}
</style>
background-color css
<style>
a { background-color: #58D264; }
a { background-color: rgb(88,210,100); }
div.DivClassName
{
background-color: #58D264;
}
.BgClassName
{
background-color: #58D264;
}
</style>
border-color css
<style>
span { border-color: #58D264; }
span { border-color: rgb(88,210,100); }
td.TdClassName
{
border-color: #58D264;
}
.TagClassName
{
border-color: #58D264;
}
</style>