Shades of Apple #58B450
Tints of Apple #58B450
RGB
CMYK
RGB Variations
Color information
#58B450 (or 0x58B450) is known color: Apple. HEX triplet: 58, B4 and 50. RGB value is (88,180,80). Sum of RGB (Red+Green+Blue) = 88+180+80=348 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.29% from 348); Green value is 180 (70.70% from 255 or 51.72% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 180 - color contains mainly: green. Hex color #58B450 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58B450 is #A74BAF. Grayscale: #8D8D8D. Windows color (decimal): -10963888 or 5289048. OLE color: 5289048.
HSL color Cylindrical-coordinate representation of color #58B450: hue angle of 115.2º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58B450 is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 88 | 180 | 80 | - |
| CMYK | 0.51 | 0 | 0.56 | 0.29 |
| HSL | 115.2º | 0.4% | 0.51% | - |
| HSV(B) | 115.2º | 0.56% | 0.71% | - |
| XYZ | 21.79 | 35.3 | 13.25 | - |
| YUV | 141.09 | 93.52 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 180 | 80 | 0.51 | 0 | 0.56 | 0.29 | 115.2 | 0.4 | 0.51 |
| Hex | 58 | B4 | 50 | 33 | 0 | 38 | 1D | 73 | 28 | 33 |
| Octal | 130 | 264 | 120 | 63 | 0 | 70 | 35 | 163 | 50 | 63 |
| Binary | 1011000 | 10110100 | 1010000 | 110011 | 0 | 111000 | 11101 | 1110011 | 101000 | 110011 |
Color Harmonies of #58B450
Complementary color
Monochromatic Colors of #58B450
Black with #58B450
Text Example
Text Example
White with #58B450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B450; }
p { color: rgb(88,180,80); }
H1.HeaderClassName
{
color: #58B450;
}
.AnyTagClassName
{
color: #58B450;
}
</style>
background-color css
<style>
a { background-color: #58B450; }
a { background-color: rgb(88,180,80); }
div.DivClassName
{
background-color: #58B450;
}
.BgClassName
{
background-color: #58B450;
}
</style>
border-color css
<style>
span { border-color: #58B450; }
span { border-color: rgb(88,180,80); }
td.TdClassName
{
border-color: #58B450;
}
.TagClassName
{
border-color: #58B450;
}
</style>