Shades of Apple #58C150
Tints of Apple #58C150
RGB
CMYK
RGB Variations
Color information
#58C150 (or 0x58C150) is known color: Apple. HEX triplet: 58, C1 and 50. RGB value is (88,193,80). Sum of RGB (Red+Green+Blue) = 88+193+80=361 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.38% from 361); Green value is 193 (75.78% from 255 or 53.46% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 193 - color contains mainly: green. Hex color #58C150 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58C150 is #A73EAF. Grayscale: #959595. Windows color (decimal): -10960560 or 5292376. OLE color: 5292376.
HSL color Cylindrical-coordinate representation of color #58C150: hue angle of 115.75º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58C150 is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 193 | 80 | - |
| CMYK | 0.54 | 0 | 0.59 | 0.24 |
| HSL | 115.75º | 0.48% | 0.54% | - |
| HSV(B) | 115.75º | 0.59% | 0.76% | - |
| XYZ | 24.54 | 40.79 | 14.17 | - |
| YUV | 148.72 | 89.21 | 84.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 193 | 80 | 0.54 | 0 | 0.59 | 0.24 | 115.75 | 0.48 | 0.54 |
| Hex | 58 | C1 | 50 | 36 | 0 | 3B | 18 | 74 | 30 | 36 |
| Octal | 130 | 301 | 120 | 66 | 0 | 73 | 30 | 164 | 60 | 66 |
| Binary | 1011000 | 11000001 | 1010000 | 110110 | 0 | 111011 | 11000 | 1110100 | 110000 | 110110 |
Color Harmonies of #58C150
Complementary color
Monochromatic Colors of #58C150
Black with #58C150
Text Example
Text Example
White with #58C150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C150; }
p { color: rgb(88,193,80); }
H1.HeaderClassName
{
color: #58C150;
}
.AnyTagClassName
{
color: #58C150;
}
</style>
background-color css
<style>
a { background-color: #58C150; }
a { background-color: rgb(88,193,80); }
div.DivClassName
{
background-color: #58C150;
}
.BgClassName
{
background-color: #58C150;
}
</style>
border-color css
<style>
span { border-color: #58C150; }
span { border-color: rgb(88,193,80); }
td.TdClassName
{
border-color: #58C150;
}
.TagClassName
{
border-color: #58C150;
}
</style>