Shades of Apple #58AD4A
Tints of Apple #58AD4A
RGB
CMYK
RGB Variations
Color information
#58AD4A (or 0x58AD4A) is known color: Apple. HEX triplet: 58, AD and 4A. RGB value is (88,173,74). Sum of RGB (Red+Green+Blue) = 88+173+74=335 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.27% from 335); Green value is 173 (67.97% from 255 or 51.64% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 173 - color contains mainly: green. Hex color #58AD4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58AD4A is #A752B5. Grayscale: #888888. Windows color (decimal): -10965686 or 4894040. OLE color: 4894040.
HSL color Cylindrical-coordinate representation of color #58AD4A: hue angle of 111.52º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58AD4A is Cyan = 0.49, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 88 | 173 | 74 | - |
| CMYK | 0.49 | 0 | 0.57 | 0.32 |
| HSL | 111.52º | 0.4% | 0.48% | - |
| HSV(B) | 111.52º | 0.57% | 0.68% | - |
| XYZ | 20.2 | 32.46 | 11.68 | - |
| YUV | 136.3 | 92.84 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 173 | 74 | 0.49 | 0 | 0.57 | 0.32 | 111.52 | 0.4 | 0.48 |
| Hex | 58 | AD | 4A | 31 | 0 | 39 | 20 | 70 | 28 | 30 |
| Octal | 130 | 255 | 112 | 61 | 0 | 71 | 40 | 160 | 50 | 60 |
| Binary | 1011000 | 10101101 | 1001010 | 110001 | 0 | 111001 | 100000 | 1110000 | 101000 | 110000 |
Color Harmonies of #58AD4A
Complementary color
Monochromatic Colors of #58AD4A
Black with #58AD4A
Text Example
Text Example
White with #58AD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AD4A; }
p { color: rgb(88,173,74); }
H1.HeaderClassName
{
color: #58AD4A;
}
.AnyTagClassName
{
color: #58AD4A;
}
</style>
background-color css
<style>
a { background-color: #58AD4A; }
a { background-color: rgb(88,173,74); }
div.DivClassName
{
background-color: #58AD4A;
}
.BgClassName
{
background-color: #58AD4A;
}
</style>
border-color css
<style>
span { border-color: #58AD4A; }
span { border-color: rgb(88,173,74); }
td.TdClassName
{
border-color: #58AD4A;
}
.TagClassName
{
border-color: #58AD4A;
}
</style>