Shades of Apple #58BA45
Tints of Apple #58BA45
RGB
CMYK
RGB Variations
Color information
#58BA45 (or 0x58BA45) is known color: Apple. HEX triplet: 58, BA and 45. RGB value is (88,186,69). Sum of RGB (Red+Green+Blue) = 88+186+69=343 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.66% from 343); Green value is 186 (73.05% from 255 or 54.23% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 186 - color contains mainly: green. Hex color #58BA45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58BA45 is #A745BA. Grayscale: #8F8F8F. Windows color (decimal): -10962363 or 4569688. OLE color: 4569688.
HSL color Cylindrical-coordinate representation of color #58BA45: hue angle of 110.26º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58BA45 is Cyan = 0.53, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 186 | 69 | - |
| CMYK | 0.53 | 0 | 0.63 | 0.27 |
| HSL | 110.26º | 0.46% | 0.5% | - |
| HSV(B) | 110.26º | 0.63% | 0.73% | - |
| XYZ | 22.66 | 37.62 | 11.7 | - |
| YUV | 143.36 | 86.03 | 88.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 186 | 69 | 0.53 | 0 | 0.63 | 0.27 | 110.26 | 0.46 | 0.5 |
| Hex | 58 | BA | 45 | 35 | 0 | 3F | 1B | 6E | 2E | 32 |
| Octal | 130 | 272 | 105 | 65 | 0 | 77 | 33 | 156 | 56 | 62 |
| Binary | 1011000 | 10111010 | 1000101 | 110101 | 0 | 111111 | 11011 | 1101110 | 101110 | 110010 |
Color Harmonies of #58BA45
Complementary color
Monochromatic Colors of #58BA45
Black with #58BA45
Text Example
Text Example
White with #58BA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BA45; }
p { color: rgb(88,186,69); }
H1.HeaderClassName
{
color: #58BA45;
}
.AnyTagClassName
{
color: #58BA45;
}
</style>
background-color css
<style>
a { background-color: #58BA45; }
a { background-color: rgb(88,186,69); }
div.DivClassName
{
background-color: #58BA45;
}
.BgClassName
{
background-color: #58BA45;
}
</style>
border-color css
<style>
span { border-color: #58BA45; }
span { border-color: rgb(88,186,69); }
td.TdClassName
{
border-color: #58BA45;
}
.TagClassName
{
border-color: #58BA45;
}
</style>