Shades of Apple #58BC50
Tints of Apple #58BC50
RGB
CMYK
RGB Variations
Color information
#58BC50 (or 0x58BC50) is known color: Apple. HEX triplet: 58, BC and 50. RGB value is (88,188,80). Sum of RGB (Red+Green+Blue) = 88+188+80=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #58BC50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58BC50 is #A743AF. Grayscale: #929292. Windows color (decimal): -10961840 or 5291096. OLE color: 5291096.
HSL color Cylindrical-coordinate representation of color #58BC50: hue angle of 115.56º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58BC50 is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 188 | 80 | - |
| CMYK | 0.53 | 0 | 0.57 | 0.26 |
| HSL | 115.56º | 0.45% | 0.53% | - |
| HSV(B) | 115.56º | 0.57% | 0.74% | - |
| XYZ | 23.46 | 38.62 | 13.81 | - |
| YUV | 145.79 | 90.87 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 188 | 80 | 0.53 | 0 | 0.57 | 0.26 | 115.56 | 0.45 | 0.53 |
| Hex | 58 | BC | 50 | 35 | 0 | 39 | 1A | 74 | 2D | 35 |
| Octal | 130 | 274 | 120 | 65 | 0 | 71 | 32 | 164 | 55 | 65 |
| Binary | 1011000 | 10111100 | 1010000 | 110101 | 0 | 111001 | 11010 | 1110100 | 101101 | 110101 |
Color Harmonies of #58BC50
Complementary color
Monochromatic Colors of #58BC50
Black with #58BC50
Text Example
Text Example
White with #58BC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BC50; }
p { color: rgb(88,188,80); }
H1.HeaderClassName
{
color: #58BC50;
}
.AnyTagClassName
{
color: #58BC50;
}
</style>
background-color css
<style>
a { background-color: #58BC50; }
a { background-color: rgb(88,188,80); }
div.DivClassName
{
background-color: #58BC50;
}
.BgClassName
{
background-color: #58BC50;
}
</style>
border-color css
<style>
span { border-color: #58BC50; }
span { border-color: rgb(88,188,80); }
td.TdClassName
{
border-color: #58BC50;
}
.TagClassName
{
border-color: #58BC50;
}
</style>