Shades of Apple #58BB54
Tints of Apple #58BB54
RGB
CMYK
RGB Variations
Color information
#58BB54 (or 0x58BB54) is known color: Apple. HEX triplet: 58, BB and 54. RGB value is (88,187,84). Sum of RGB (Red+Green+Blue) = 88+187+84=359 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.51% from 359); Green value is 187 (73.44% from 255 or 52.09% from 359); Blue value is 84 (33.20% from 255 or 23.40% from 359); Max value from RGB is 187 - color contains mainly: green. Hex color #58BB54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58BB54 is #A744AB. Grayscale: #919191. Windows color (decimal): -10962092 or 5552984. OLE color: 5552984.
HSL color Cylindrical-coordinate representation of color #58BB54: hue angle of 117.67º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58BB54 is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 187 | 84 | - |
| CMYK | 0.53 | 0 | 0.55 | 0.27 |
| HSL | 117.67º | 0.43% | 0.53% | - |
| HSV(B) | 117.67º | 0.55% | 0.73% | - |
| XYZ | 23.4 | 38.26 | 14.54 | - |
| YUV | 145.66 | 93.2 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 187 | 84 | 0.53 | 0 | 0.55 | 0.27 | 117.67 | 0.43 | 0.53 |
| Hex | 58 | BB | 54 | 35 | 0 | 37 | 1B | 76 | 2B | 35 |
| Octal | 130 | 273 | 124 | 65 | 0 | 67 | 33 | 166 | 53 | 65 |
| Binary | 1011000 | 10111011 | 1010100 | 110101 | 0 | 110111 | 11011 | 1110110 | 101011 | 110101 |
Color Harmonies of #58BB54
Complementary color
Monochromatic Colors of #58BB54
Black with #58BB54
Text Example
Text Example
White with #58BB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BB54; }
p { color: rgb(88,187,84); }
H1.HeaderClassName
{
color: #58BB54;
}
.AnyTagClassName
{
color: #58BB54;
}
</style>
background-color css
<style>
a { background-color: #58BB54; }
a { background-color: rgb(88,187,84); }
div.DivClassName
{
background-color: #58BB54;
}
.BgClassName
{
background-color: #58BB54;
}
</style>
border-color css
<style>
span { border-color: #58BB54; }
span { border-color: rgb(88,187,84); }
td.TdClassName
{
border-color: #58BB54;
}
.TagClassName
{
border-color: #58BB54;
}
</style>