Shades of Emerald #58D669
Tints of Emerald #58D669
RGB
CMYK
RGB Variations
Color information
#58D669 (or 0x58D669) is known color: Emerald. HEX triplet: 58, D6 and 69. RGB value is (88,214,105). Sum of RGB (Red+Green+Blue) = 88+214+105=407 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.62% from 407); Green value is 214 (83.98% from 255 or 52.58% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 214 - color contains mainly: green. Hex color #58D669 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58D669 is #A72996. Grayscale: #A4A4A4. Windows color (decimal): -10955159 or 6936152. OLE color: 6936152.
HSL color Cylindrical-coordinate representation of color #58D669: hue angle of 128.1º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58D669 is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 88 | 214 | 105 | - |
| CMYK | 0.59 | 0 | 0.51 | 0.16 |
| HSL | 128.1º | 0.61% | 0.59% | - |
| HSV(B) | 128.1º | 0.59% | 0.84% | - |
| XYZ | 30.62 | 51.19 | 21.63 | - |
| YUV | 163.9 | 94.76 | 73.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 214 | 105 | 0.59 | 0 | 0.51 | 0.16 | 128.1 | 0.61 | 0.59 |
| Hex | 58 | D6 | 69 | 3B | 0 | 33 | 10 | 80 | 3D | 3B |
| Octal | 130 | 326 | 151 | 73 | 0 | 63 | 20 | 200 | 75 | 73 |
| Binary | 1011000 | 11010110 | 1101001 | 111011 | 0 | 110011 | 10000 | 10000000 | 111101 | 111011 |
Color Harmonies of #58D669
Complementary color
Monochromatic Colors of #58D669
Black with #58D669
Text Example
Text Example
White with #58D669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D669; }
p { color: rgb(88,214,105); }
H1.HeaderClassName
{
color: #58D669;
}
.AnyTagClassName
{
color: #58D669;
}
</style>
background-color css
<style>
a { background-color: #58D669; }
a { background-color: rgb(88,214,105); }
div.DivClassName
{
background-color: #58D669;
}
.BgClassName
{
background-color: #58D669;
}
</style>
border-color css
<style>
span { border-color: #58D669; }
span { border-color: rgb(88,214,105); }
td.TdClassName
{
border-color: #58D669;
}
.TagClassName
{
border-color: #58D669;
}
</style>