Shades of Emerald #58CF83
Tints of Emerald #58CF83
RGB
CMYK
RGB Variations
Color information
#58CF83 (or 0x58CF83) is known color: Emerald. HEX triplet: 58, CF and 83. RGB value is (88,207,131). Sum of RGB (Red+Green+Blue) = 88+207+131=426 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.66% from 426); Green value is 207 (81.25% from 255 or 48.59% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 207 - color contains mainly: green. Hex color #58CF83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58CF83 is #A7307C. Grayscale: #A2A2A2. Windows color (decimal): -10956925 or 8638296. OLE color: 8638296.
HSL color Cylindrical-coordinate representation of color #58CF83: hue angle of 141.68º 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 #58CF83 is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 207 | 131 | - |
| CMYK | 0.57 | 0 | 0.37 | 0.19 |
| HSL | 141.68º | 0.55% | 0.58% | - |
| HSV(B) | 141.68º | 0.57% | 0.81% | - |
| XYZ | 30.43 | 48.34 | 29.2 | - |
| YUV | 162.76 | 110.08 | 74.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 207 | 131 | 0.57 | 0 | 0.37 | 0.19 | 141.68 | 0.55 | 0.58 |
| Hex | 58 | CF | 83 | 39 | 0 | 25 | 13 | 8E | 37 | 3A |
| Octal | 130 | 317 | 203 | 71 | 0 | 45 | 23 | 216 | 67 | 72 |
| Binary | 1011000 | 11001111 | 10000011 | 111001 | 0 | 100101 | 10011 | 10001110 | 110111 | 111010 |
Color Harmonies of #58CF83
Complementary color
Monochromatic Colors of #58CF83
Black with #58CF83
Text Example
Text Example
White with #58CF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CF83; }
p { color: rgb(88,207,131); }
H1.HeaderClassName
{
color: #58CF83;
}
.AnyTagClassName
{
color: #58CF83;
}
</style>
background-color css
<style>
a { background-color: #58CF83; }
a { background-color: rgb(88,207,131); }
div.DivClassName
{
background-color: #58CF83;
}
.BgClassName
{
background-color: #58CF83;
}
</style>
border-color css
<style>
span { border-color: #58CF83; }
span { border-color: rgb(88,207,131); }
td.TdClassName
{
border-color: #58CF83;
}
.TagClassName
{
border-color: #58CF83;
}
</style>