Shades of Emerald #58CB6D
Tints of Emerald #58CB6D
RGB
CMYK
RGB Variations
Color information
#58CB6D (or 0x58CB6D) is known color: Emerald. HEX triplet: 58, CB and 6D. RGB value is (88,203,109). Sum of RGB (Red+Green+Blue) = 88+203+109=400 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22% from 400); Green value is 203 (79.69% from 255 or 50.75% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 203 - color contains mainly: green. Hex color #58CB6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58CB6D is #A73492. Grayscale: #9E9E9E. Windows color (decimal): -10957971 or 7195480. OLE color: 7195480.
HSL color Cylindrical-coordinate representation of color #58CB6D: hue angle of 130.96º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58CB6D is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 203 | 109 | - |
| CMYK | 0.57 | 0 | 0.46 | 0.20 |
| HSL | 130.96º | 0.53% | 0.57% | - |
| HSV(B) | 130.96º | 0.57% | 0.8% | - |
| XYZ | 28.14 | 45.89 | 21.84 | - |
| YUV | 157.9 | 100.4 | 78.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 203 | 109 | 0.57 | 0 | 0.46 | 0.20 | 130.96 | 0.53 | 0.57 |
| Hex | 58 | CB | 6D | 39 | 0 | 2E | 14 | 83 | 35 | 39 |
| Octal | 130 | 313 | 155 | 71 | 0 | 56 | 24 | 203 | 65 | 71 |
| Binary | 1011000 | 11001011 | 1101101 | 111001 | 0 | 101110 | 10100 | 10000011 | 110101 | 111001 |
Color Harmonies of #58CB6D
Complementary color
Monochromatic Colors of #58CB6D
Black with #58CB6D
Text Example
Text Example
White with #58CB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CB6D; }
p { color: rgb(88,203,109); }
H1.HeaderClassName
{
color: #58CB6D;
}
.AnyTagClassName
{
color: #58CB6D;
}
</style>
background-color css
<style>
a { background-color: #58CB6D; }
a { background-color: rgb(88,203,109); }
div.DivClassName
{
background-color: #58CB6D;
}
.BgClassName
{
background-color: #58CB6D;
}
</style>
border-color css
<style>
span { border-color: #58CB6D; }
span { border-color: rgb(88,203,109); }
td.TdClassName
{
border-color: #58CB6D;
}
.TagClassName
{
border-color: #58CB6D;
}
</style>