Shades of Apple #58C053
Tints of Apple #58C053
RGB
CMYK
RGB Variations
Color information
#58C053 (or 0x58C053) is known color: Apple. HEX triplet: 58, C0 and 53. RGB value is (88,192,83). Sum of RGB (Red+Green+Blue) = 88+192+83=363 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.24% from 363); Green value is 192 (75.39% from 255 or 52.89% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 192 - color contains mainly: green. Hex color #58C053 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58C053 is #A73FAC. Grayscale: #949494. Windows color (decimal): -10960813 or 5488728. OLE color: 5488728.
HSL color Cylindrical-coordinate representation of color #58C053: hue angle of 117.25º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58C053 is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 88 | 192 | 83 | - |
| CMYK | 0.54 | 0 | 0.57 | 0.25 |
| HSL | 117.25º | 0.46% | 0.54% | - |
| HSV(B) | 117.25º | 0.57% | 0.75% | - |
| XYZ | 24.44 | 40.4 | 14.69 | - |
| YUV | 148.48 | 91.04 | 84.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 192 | 83 | 0.54 | 0 | 0.57 | 0.25 | 117.25 | 0.46 | 0.54 |
| Hex | 58 | C0 | 53 | 36 | 0 | 39 | 19 | 75 | 2E | 36 |
| Octal | 130 | 300 | 123 | 66 | 0 | 71 | 31 | 165 | 56 | 66 |
| Binary | 1011000 | 11000000 | 1010011 | 110110 | 0 | 111001 | 11001 | 1110101 | 101110 | 110110 |
Color Harmonies of #58C053
Complementary color
Monochromatic Colors of #58C053
Black with #58C053
Text Example
Text Example
White with #58C053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C053; }
p { color: rgb(88,192,83); }
H1.HeaderClassName
{
color: #58C053;
}
.AnyTagClassName
{
color: #58C053;
}
</style>
background-color css
<style>
a { background-color: #58C053; }
a { background-color: rgb(88,192,83); }
div.DivClassName
{
background-color: #58C053;
}
.BgClassName
{
background-color: #58C053;
}
</style>
border-color css
<style>
span { border-color: #58C053; }
span { border-color: rgb(88,192,83); }
td.TdClassName
{
border-color: #58C053;
}
.TagClassName
{
border-color: #58C053;
}
</style>