Shades of Apple #58BA4D
Tints of Apple #58BA4D
RGB
CMYK
RGB Variations
Color information
#58BA4D (or 0x58BA4D) is known color: Apple. HEX triplet: 58, BA and 4D. RGB value is (88,186,77). Sum of RGB (Red+Green+Blue) = 88+186+77=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 186 (73.05% from 255 or 52.99% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 186 - color contains mainly: green. Hex color #58BA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58BA4D is #A745B2. Grayscale: #909090. Windows color (decimal): -10962355 or 5093976. OLE color: 5093976.
HSL color Cylindrical-coordinate representation of color #58BA4D: hue angle of 113.94º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58BA4D is Cyan = 0.53, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 186 | 77 | - |
| CMYK | 0.53 | 0 | 0.59 | 0.27 |
| HSL | 113.95º | 0.44% | 0.52% | - |
| HSV(B) | 113.95º | 0.59% | 0.73% | - |
| XYZ | 22.92 | 37.73 | 13.1 | - |
| YUV | 144.27 | 90.03 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 186 | 77 | 0.53 | 0 | 0.59 | 0.27 | 113.95 | 0.44 | 0.52 |
| Hex | 58 | BA | 4D | 35 | 0 | 3B | 1B | 72 | 2C | 34 |
| Octal | 130 | 272 | 115 | 65 | 0 | 73 | 33 | 162 | 54 | 64 |
| Binary | 1011000 | 10111010 | 1001101 | 110101 | 0 | 111011 | 11011 | 1110010 | 101100 | 110100 |
Color Harmonies of #58BA4D
Complementary color
Monochromatic Colors of #58BA4D
Black with #58BA4D
Text Example
Text Example
White with #58BA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BA4D; }
p { color: rgb(88,186,77); }
H1.HeaderClassName
{
color: #58BA4D;
}
.AnyTagClassName
{
color: #58BA4D;
}
</style>
background-color css
<style>
a { background-color: #58BA4D; }
a { background-color: rgb(88,186,77); }
div.DivClassName
{
background-color: #58BA4D;
}
.BgClassName
{
background-color: #58BA4D;
}
</style>
border-color css
<style>
span { border-color: #58BA4D; }
span { border-color: rgb(88,186,77); }
td.TdClassName
{
border-color: #58BA4D;
}
.TagClassName
{
border-color: #58BA4D;
}
</style>