Shades of Apple #58B953
Tints of Apple #58B953
RGB
CMYK
RGB Variations
Color information
#58B953 (or 0x58B953) is known color: Apple. HEX triplet: 58, B9 and 53. RGB value is (88,185,83). Sum of RGB (Red+Green+Blue) = 88+185+83=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 185 (72.66% from 255 or 51.97% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 185 - color contains mainly: green. Hex color #58B953 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58B953 is #A746AC. Grayscale: #909090. Windows color (decimal): -10962605 or 5486936. OLE color: 5486936.
HSL color Cylindrical-coordinate representation of color #58B953: hue angle of 117.06º degrees, saturation: 0.42, 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 #58B953 is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 185 | 83 | - |
| CMYK | 0.52 | 0 | 0.55 | 0.27 |
| HSL | 117.06º | 0.42% | 0.53% | - |
| HSV(B) | 117.06º | 0.55% | 0.73% | - |
| XYZ | 22.93 | 37.4 | 14.19 | - |
| YUV | 144.37 | 93.36 | 87.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 185 | 83 | 0.52 | 0 | 0.55 | 0.27 | 117.06 | 0.42 | 0.53 |
| Hex | 58 | B9 | 53 | 34 | 0 | 37 | 1B | 75 | 2A | 35 |
| Octal | 130 | 271 | 123 | 64 | 0 | 67 | 33 | 165 | 52 | 65 |
| Binary | 1011000 | 10111001 | 1010011 | 110100 | 0 | 110111 | 11011 | 1110101 | 101010 | 110101 |
Color Harmonies of #58B953
Complementary color
Monochromatic Colors of #58B953
Black with #58B953
Text Example
Text Example
White with #58B953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B953; }
p { color: rgb(88,185,83); }
H1.HeaderClassName
{
color: #58B953;
}
.AnyTagClassName
{
color: #58B953;
}
</style>
background-color css
<style>
a { background-color: #58B953; }
a { background-color: rgb(88,185,83); }
div.DivClassName
{
background-color: #58B953;
}
.BgClassName
{
background-color: #58B953;
}
</style>
border-color css
<style>
span { border-color: #58B953; }
span { border-color: rgb(88,185,83); }
td.TdClassName
{
border-color: #58B953;
}
.TagClassName
{
border-color: #58B953;
}
</style>