Shades of Apple #58CA50
Tints of Apple #58CA50
RGB
CMYK
RGB Variations
Color information
#58CA50 (or 0x58CA50) is known color: Apple. HEX triplet: 58, CA and 50. RGB value is (88,202,80). Sum of RGB (Red+Green+Blue) = 88+202+80=370 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.78% from 370); Green value is 202 (79.30% from 255 or 54.59% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 202 - color contains mainly: green. Hex color #58CA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58CA50 is #A735AF. Grayscale: #9A9A9A. Windows color (decimal): -10958256 or 5294680. OLE color: 5294680.
HSL color Cylindrical-coordinate representation of color #58CA50: hue angle of 116.07º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58CA50 is Cyan = 0.56, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 88 | 202 | 80 | - |
| CMYK | 0.56 | 0 | 0.60 | 0.21 |
| HSL | 116.07º | 0.54% | 0.55% | - |
| HSV(B) | 116.07º | 0.6% | 0.79% | - |
| XYZ | 26.59 | 44.89 | 14.85 | - |
| YUV | 154.01 | 86.23 | 80.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 202 | 80 | 0.56 | 0 | 0.60 | 0.21 | 116.07 | 0.54 | 0.55 |
| Hex | 58 | CA | 50 | 38 | 0 | 3C | 15 | 74 | 36 | 37 |
| Octal | 130 | 312 | 120 | 70 | 0 | 74 | 25 | 164 | 66 | 67 |
| Binary | 1011000 | 11001010 | 1010000 | 111000 | 0 | 111100 | 10101 | 1110100 | 110110 | 110111 |
Color Harmonies of #58CA50
Complementary color
Monochromatic Colors of #58CA50
Black with #58CA50
Text Example
Text Example
White with #58CA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CA50; }
p { color: rgb(88,202,80); }
H1.HeaderClassName
{
color: #58CA50;
}
.AnyTagClassName
{
color: #58CA50;
}
</style>
background-color css
<style>
a { background-color: #58CA50; }
a { background-color: rgb(88,202,80); }
div.DivClassName
{
background-color: #58CA50;
}
.BgClassName
{
background-color: #58CA50;
}
</style>
border-color css
<style>
span { border-color: #58CA50; }
span { border-color: rgb(88,202,80); }
td.TdClassName
{
border-color: #58CA50;
}
.TagClassName
{
border-color: #58CA50;
}
</style>