Shades of Apple #58AD33
Tints of Apple #58AD33
RGB
CMYK
RGB Variations
Color information
#58AD33 (or 0x58AD33) is known color: Apple. HEX triplet: 58, AD and 33. RGB value is (88,173,51). Sum of RGB (Red+Green+Blue) = 88+173+51=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 173 (67.97% from 255 or 55.45% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 173 - color contains mainly: green. Hex color #58AD33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58AD33 is #A752CC. Grayscale: #868686. Windows color (decimal): -10965709 or 3386712. OLE color: 3386712.
HSL color Cylindrical-coordinate representation of color #58AD33: hue angle of 101.8º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #58AD33 is Cyan = 0.49, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 88 | 173 | 51 | - |
| CMYK | 0.49 | 0 | 0.71 | 0.32 |
| HSL | 101.8º | 0.54% | 0.44% | - |
| HSV(B) | 101.8º | 0.71% | 0.68% | - |
| XYZ | 19.57 | 32.2 | 8.32 | - |
| YUV | 133.68 | 81.34 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 173 | 51 | 0.49 | 0 | 0.71 | 0.32 | 101.8 | 0.54 | 0.44 |
| Hex | 58 | AD | 33 | 31 | 0 | 47 | 20 | 66 | 36 | 2C |
| Octal | 130 | 255 | 63 | 61 | 0 | 107 | 40 | 146 | 66 | 54 |
| Binary | 1011000 | 10101101 | 110011 | 110001 | 0 | 1000111 | 100000 | 1100110 | 110110 | 101100 |
Color Harmonies of #58AD33
Complementary color
Monochromatic Colors of #58AD33
Black with #58AD33
Text Example
Text Example
White with #58AD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AD33; }
p { color: rgb(88,173,51); }
H1.HeaderClassName
{
color: #58AD33;
}
.AnyTagClassName
{
color: #58AD33;
}
</style>
background-color css
<style>
a { background-color: #58AD33; }
a { background-color: rgb(88,173,51); }
div.DivClassName
{
background-color: #58AD33;
}
.BgClassName
{
background-color: #58AD33;
}
</style>
border-color css
<style>
span { border-color: #58AD33; }
span { border-color: rgb(88,173,51); }
td.TdClassName
{
border-color: #58AD33;
}
.TagClassName
{
border-color: #58AD33;
}
</style>