Shades of Apple #58C049
Tints of Apple #58C049
RGB
CMYK
RGB Variations
Color information
#58C049 (or 0x58C049) is known color: Apple. HEX triplet: 58, C0 and 49. RGB value is (88,192,73). Sum of RGB (Red+Green+Blue) = 88+192+73=353 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.93% from 353); Green value is 192 (75.39% from 255 or 54.39% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 192 - color contains mainly: green. Hex color #58C049 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58C049 is #A73FB6. Grayscale: #939393. Windows color (decimal): -10960823 or 4833368. OLE color: 4833368.
HSL color Cylindrical-coordinate representation of color #58C049: hue angle of 112.44º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58C049 is Cyan = 0.54, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 88 | 192 | 73 | - |
| CMYK | 0.54 | 0 | 0.62 | 0.25 |
| HSL | 112.44º | 0.49% | 0.52% | - |
| HSV(B) | 112.44º | 0.62% | 0.75% | - |
| XYZ | 24.08 | 40.26 | 12.8 | - |
| YUV | 147.34 | 86.04 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 192 | 73 | 0.54 | 0 | 0.62 | 0.25 | 112.44 | 0.49 | 0.52 |
| Hex | 58 | C0 | 49 | 36 | 0 | 3E | 19 | 70 | 31 | 34 |
| Octal | 130 | 300 | 111 | 66 | 0 | 76 | 31 | 160 | 61 | 64 |
| Binary | 1011000 | 11000000 | 1001001 | 110110 | 0 | 111110 | 11001 | 1110000 | 110001 | 110100 |
Color Harmonies of #58C049
Complementary color
Monochromatic Colors of #58C049
Black with #58C049
Text Example
Text Example
White with #58C049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C049; }
p { color: rgb(88,192,73); }
H1.HeaderClassName
{
color: #58C049;
}
.AnyTagClassName
{
color: #58C049;
}
</style>
background-color css
<style>
a { background-color: #58C049; }
a { background-color: rgb(88,192,73); }
div.DivClassName
{
background-color: #58C049;
}
.BgClassName
{
background-color: #58C049;
}
</style>
border-color css
<style>
span { border-color: #58C049; }
span { border-color: rgb(88,192,73); }
td.TdClassName
{
border-color: #58C049;
}
.TagClassName
{
border-color: #58C049;
}
</style>