Shades of Emerald #58C384
Tints of Emerald #58C384
RGB
CMYK
RGB Variations
Color information
#58C384 (or 0x58C384) is known color: Emerald. HEX triplet: 58, C3 and 84. RGB value is (88,195,132). Sum of RGB (Red+Green+Blue) = 88+195+132=415 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.20% from 415); Green value is 195 (76.56% from 255 or 46.99% from 415); Blue value is 132 (51.95% from 255 or 31.81% from 415); Max value from RGB is 195 - color contains mainly: green. Hex color #58C384 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58C384 is #A73C7B. Grayscale: #9B9B9B. Windows color (decimal): -10959996 or 8700760. OLE color: 8700760.
HSL color Cylindrical-coordinate representation of color #58C384: hue angle of 144.67º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58C384 is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 195 | 132 | - |
| CMYK | 0.55 | 0 | 0.32 | 0.24 |
| HSL | 144.67º | 0.47% | 0.55% | - |
| HSV(B) | 144.67º | 0.55% | 0.76% | - |
| XYZ | 27.7 | 42.77 | 28.63 | - |
| YUV | 155.83 | 114.55 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 195 | 132 | 0.55 | 0 | 0.32 | 0.24 | 144.67 | 0.47 | 0.55 |
| Hex | 58 | C3 | 84 | 37 | 0 | 20 | 18 | 91 | 2F | 37 |
| Octal | 130 | 303 | 204 | 67 | 0 | 40 | 30 | 221 | 57 | 67 |
| Binary | 1011000 | 11000011 | 10000100 | 110111 | 0 | 100000 | 11000 | 10010001 | 101111 | 110111 |
Color Harmonies of #58C384
Complementary color
Monochromatic Colors of #58C384
Black with #58C384
Text Example
Text Example
White with #58C384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C384; }
p { color: rgb(88,195,132); }
H1.HeaderClassName
{
color: #58C384;
}
.AnyTagClassName
{
color: #58C384;
}
</style>
background-color css
<style>
a { background-color: #58C384; }
a { background-color: rgb(88,195,132); }
div.DivClassName
{
background-color: #58C384;
}
.BgClassName
{
background-color: #58C384;
}
</style>
border-color css
<style>
span { border-color: #58C384; }
span { border-color: rgb(88,195,132); }
td.TdClassName
{
border-color: #58C384;
}
.TagClassName
{
border-color: #58C384;
}
</style>