Shades of Emerald #58F287
Tints of Emerald #58F287
RGB
CMYK
RGB Variations
Color information
#58F287 (or 0x58F287) is known color: Emerald. HEX triplet: 58, F2 and 87. RGB value is (88,242,135). Sum of RGB (Red+Green+Blue) = 88+242+135=465 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.92% from 465); Green value is 242 (94.92% from 255 or 52.04% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 242 - color contains mainly: green. Hex color #58F287 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #58F287 is #A70D78. Grayscale: #B8B8B8. Windows color (decimal): -10947961 or 8909400. OLE color: 8909400.
HSL color Cylindrical-coordinate representation of color #58F287: hue angle of 138.31º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58F287 is Cyan = 0.64, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 242 | 135 | - |
| CMYK | 0.64 | 0 | 0.44 | 0.05 |
| HSL | 138.31º | 0.86% | 0.65% | - |
| HSV(B) | 138.31º | 0.64% | 0.95% | - |
| XYZ | 40.15 | 67.33 | 33.8 | - |
| YUV | 183.76 | 100.48 | 59.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 242 | 135 | 0.64 | 0 | 0.44 | 0.05 | 138.31 | 0.86 | 0.65 |
| Hex | 58 | F2 | 87 | 40 | 0 | 2C | 5 | 8A | 56 | 41 |
| Octal | 130 | 362 | 207 | 100 | 0 | 54 | 5 | 212 | 126 | 101 |
| Binary | 1011000 | 11110010 | 10000111 | 1000000 | 0 | 101100 | 101 | 10001010 | 1010110 | 1000001 |
Color Harmonies of #58F287
Complementary color
Monochromatic Colors of #58F287
Black with #58F287
Text Example
Text Example
White with #58F287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58F287; }
p { color: rgb(88,242,135); }
H1.HeaderClassName
{
color: #58F287;
}
.AnyTagClassName
{
color: #58F287;
}
</style>
background-color css
<style>
a { background-color: #58F287; }
a { background-color: rgb(88,242,135); }
div.DivClassName
{
background-color: #58F287;
}
.BgClassName
{
background-color: #58F287;
}
</style>
border-color css
<style>
span { border-color: #58F287; }
span { border-color: rgb(88,242,135); }
td.TdClassName
{
border-color: #58F287;
}
.TagClassName
{
border-color: #58F287;
}
</style>