Shades of Apple #58C041
Tints of Apple #58C041
RGB
CMYK
RGB Variations
Color information
#58C041 (or 0x58C041) is known color: Apple. HEX triplet: 58, C0 and 41. RGB value is (88,192,65). Sum of RGB (Red+Green+Blue) = 88+192+65=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 192 (75.39% from 255 or 55.65% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 192 - color contains mainly: green. Hex color #58C041 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58C041 is #A73FBE. Grayscale: #929292. Windows color (decimal): -10960831 or 4309080. OLE color: 4309080.
HSL color Cylindrical-coordinate representation of color #58C041: hue angle of 109.13º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #58C041 is Cyan = 0.54, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 88 | 192 | 65 | - |
| CMYK | 0.54 | 0 | 0.66 | 0.25 |
| HSL | 109.13º | 0.5% | 0.5% | - |
| HSV(B) | 109.13º | 0.66% | 0.75% | - |
| XYZ | 23.83 | 40.16 | 11.5 | - |
| YUV | 146.43 | 82.04 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 192 | 65 | 0.54 | 0 | 0.66 | 0.25 | 109.13 | 0.5 | 0.5 |
| Hex | 58 | C0 | 41 | 36 | 0 | 42 | 19 | 6D | 32 | 32 |
| Octal | 130 | 300 | 101 | 66 | 0 | 102 | 31 | 155 | 62 | 62 |
| Binary | 1011000 | 11000000 | 1000001 | 110110 | 0 | 1000010 | 11001 | 1101101 | 110010 | 110010 |
Color Harmonies of #58C041
Complementary color
Monochromatic Colors of #58C041
Black with #58C041
Text Example
Text Example
White with #58C041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C041; }
p { color: rgb(88,192,65); }
H1.HeaderClassName
{
color: #58C041;
}
.AnyTagClassName
{
color: #58C041;
}
</style>
background-color css
<style>
a { background-color: #58C041; }
a { background-color: rgb(88,192,65); }
div.DivClassName
{
background-color: #58C041;
}
.BgClassName
{
background-color: #58C041;
}
</style>
border-color css
<style>
span { border-color: #58C041; }
span { border-color: rgb(88,192,65); }
td.TdClassName
{
border-color: #58C041;
}
.TagClassName
{
border-color: #58C041;
}
</style>