Shades of Apple #58B54D
Tints of Apple #58B54D
RGB
CMYK
RGB Variations
Color information
#58B54D (or 0x58B54D) is known color: Apple. HEX triplet: 58, B5 and 4D. RGB value is (88,181,77). Sum of RGB (Red+Green+Blue) = 88+181+77=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 181 (71.09% from 255 or 52.31% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 181 - color contains mainly: green. Hex color #58B54D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58B54D is #A74AB2. Grayscale: #8D8D8D. Windows color (decimal): -10963635 or 5092696. OLE color: 5092696.
HSL color Cylindrical-coordinate representation of color #58B54D: hue angle of 113.65º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58B54D is Cyan = 0.51, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 88 | 181 | 77 | - |
| CMYK | 0.51 | 0 | 0.57 | 0.29 |
| HSL | 113.65º | 0.41% | 0.51% | - |
| HSV(B) | 113.65º | 0.57% | 0.71% | - |
| XYZ | 21.89 | 35.66 | 12.75 | - |
| YUV | 141.34 | 91.69 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 181 | 77 | 0.51 | 0 | 0.57 | 0.29 | 113.65 | 0.41 | 0.51 |
| Hex | 58 | B5 | 4D | 33 | 0 | 39 | 1D | 72 | 29 | 33 |
| Octal | 130 | 265 | 115 | 63 | 0 | 71 | 35 | 162 | 51 | 63 |
| Binary | 1011000 | 10110101 | 1001101 | 110011 | 0 | 111001 | 11101 | 1110010 | 101001 | 110011 |
Color Harmonies of #58B54D
Complementary color
Monochromatic Colors of #58B54D
Black with #58B54D
Text Example
Text Example
White with #58B54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B54D; }
p { color: rgb(88,181,77); }
H1.HeaderClassName
{
color: #58B54D;
}
.AnyTagClassName
{
color: #58B54D;
}
</style>
background-color css
<style>
a { background-color: #58B54D; }
a { background-color: rgb(88,181,77); }
div.DivClassName
{
background-color: #58B54D;
}
.BgClassName
{
background-color: #58B54D;
}
</style>
border-color css
<style>
span { border-color: #58B54D; }
span { border-color: rgb(88,181,77); }
td.TdClassName
{
border-color: #58B54D;
}
.TagClassName
{
border-color: #58B54D;
}
</style>