Shades of Apple #58D052
Tints of Apple #58D052
RGB
CMYK
RGB Variations
Color information
#58D052 (or 0x58D052) is known color: Apple. HEX triplet: 58, D0 and 52. RGB value is (88,208,82). Sum of RGB (Red+Green+Blue) = 88+208+82=378 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.28% from 378); Green value is 208 (81.64% from 255 or 55.03% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 208 - color contains mainly: green. Hex color #58D052 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58D052 is #A72FAD. Grayscale: #9E9E9E. Windows color (decimal): -10956718 or 5427288. OLE color: 5427288.
HSL color Cylindrical-coordinate representation of color #58D052: hue angle of 117.14º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58D052 is Cyan = 0.58, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 208 | 82 | - |
| CMYK | 0.58 | 0 | 0.61 | 0.18 |
| HSL | 117.14º | 0.57% | 0.57% | - |
| HSV(B) | 117.14º | 0.61% | 0.82% | - |
| XYZ | 28.1 | 47.8 | 15.73 | - |
| YUV | 157.76 | 85.24 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 208 | 82 | 0.58 | 0 | 0.61 | 0.18 | 117.14 | 0.57 | 0.57 |
| Hex | 58 | D0 | 52 | 3A | 0 | 3D | 12 | 75 | 39 | 39 |
| Octal | 130 | 320 | 122 | 72 | 0 | 75 | 22 | 165 | 71 | 71 |
| Binary | 1011000 | 11010000 | 1010010 | 111010 | 0 | 111101 | 10010 | 1110101 | 111001 | 111001 |
Color Harmonies of #58D052
Complementary color
Monochromatic Colors of #58D052
Black with #58D052
Text Example
Text Example
White with #58D052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D052; }
p { color: rgb(88,208,82); }
H1.HeaderClassName
{
color: #58D052;
}
.AnyTagClassName
{
color: #58D052;
}
</style>
background-color css
<style>
a { background-color: #58D052; }
a { background-color: rgb(88,208,82); }
div.DivClassName
{
background-color: #58D052;
}
.BgClassName
{
background-color: #58D052;
}
</style>
border-color css
<style>
span { border-color: #58D052; }
span { border-color: rgb(88,208,82); }
td.TdClassName
{
border-color: #58D052;
}
.TagClassName
{
border-color: #58D052;
}
</style>