Shades of Apple #58AD41
Tints of Apple #58AD41
RGB
CMYK
RGB Variations
Color information
#58AD41 (or 0x58AD41) is known color: Apple. HEX triplet: 58, AD and 41. RGB value is (88,173,65). Sum of RGB (Red+Green+Blue) = 88+173+65=326 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.99% from 326); Green value is 173 (67.97% from 255 or 53.07% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 173 - color contains mainly: green. Hex color #58AD41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58AD41 is #A752BE. Grayscale: #878787. Windows color (decimal): -10965695 or 4304216. OLE color: 4304216.
HSL color Cylindrical-coordinate representation of color #58AD41: hue angle of 107.22º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58AD41 is Cyan = 0.49, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 88 | 173 | 65 | - |
| CMYK | 0.49 | 0 | 0.62 | 0.32 |
| HSL | 107.22º | 0.45% | 0.47% | - |
| HSV(B) | 107.22º | 0.62% | 0.68% | - |
| XYZ | 19.92 | 32.34 | 10.19 | - |
| YUV | 135.27 | 88.34 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 173 | 65 | 0.49 | 0 | 0.62 | 0.32 | 107.22 | 0.45 | 0.47 |
| Hex | 58 | AD | 41 | 31 | 0 | 3E | 20 | 6B | 2D | 2F |
| Octal | 130 | 255 | 101 | 61 | 0 | 76 | 40 | 153 | 55 | 57 |
| Binary | 1011000 | 10101101 | 1000001 | 110001 | 0 | 111110 | 100000 | 1101011 | 101101 | 101111 |
Color Harmonies of #58AD41
Complementary color
Monochromatic Colors of #58AD41
Black with #58AD41
Text Example
Text Example
White with #58AD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AD41; }
p { color: rgb(88,173,65); }
H1.HeaderClassName
{
color: #58AD41;
}
.AnyTagClassName
{
color: #58AD41;
}
</style>
background-color css
<style>
a { background-color: #58AD41; }
a { background-color: rgb(88,173,65); }
div.DivClassName
{
background-color: #58AD41;
}
.BgClassName
{
background-color: #58AD41;
}
</style>
border-color css
<style>
span { border-color: #58AD41; }
span { border-color: rgb(88,173,65); }
td.TdClassName
{
border-color: #58AD41;
}
.TagClassName
{
border-color: #58AD41;
}
</style>