Shades of Apple #58C546
Tints of Apple #58C546
RGB
CMYK
RGB Variations
Color information
#58C546 (or 0x58C546) is known color: Apple. HEX triplet: 58, C5 and 46. RGB value is (88,197,70). Sum of RGB (Red+Green+Blue) = 88+197+70=355 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.79% from 355); Green value is 197 (77.34% from 255 or 55.49% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 197 - color contains mainly: green. Hex color #58C546 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58C546 is #A73AB9. Grayscale: #969696. Windows color (decimal): -10959546 or 4638040. OLE color: 4638040.
HSL color Cylindrical-coordinate representation of color #58C546: hue angle of 111.5º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58C546 is Cyan = 0.55, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 88 | 197 | 70 | - |
| CMYK | 0.55 | 0 | 0.64 | 0.23 |
| HSL | 111.5º | 0.52% | 0.52% | - |
| HSV(B) | 111.5º | 0.64% | 0.77% | - |
| XYZ | 25.1 | 42.45 | 12.67 | - |
| YUV | 149.93 | 82.89 | 83.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 197 | 70 | 0.55 | 0 | 0.64 | 0.23 | 111.5 | 0.52 | 0.52 |
| Hex | 58 | C5 | 46 | 37 | 0 | 40 | 17 | 6F | 34 | 34 |
| Octal | 130 | 305 | 106 | 67 | 0 | 100 | 27 | 157 | 64 | 64 |
| Binary | 1011000 | 11000101 | 1000110 | 110111 | 0 | 1000000 | 10111 | 1101111 | 110100 | 110100 |
Color Harmonies of #58C546
Complementary color
Monochromatic Colors of #58C546
Black with #58C546
Text Example
Text Example
White with #58C546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C546; }
p { color: rgb(88,197,70); }
H1.HeaderClassName
{
color: #58C546;
}
.AnyTagClassName
{
color: #58C546;
}
</style>
background-color css
<style>
a { background-color: #58C546; }
a { background-color: rgb(88,197,70); }
div.DivClassName
{
background-color: #58C546;
}
.BgClassName
{
background-color: #58C546;
}
</style>
border-color css
<style>
span { border-color: #58C546; }
span { border-color: rgb(88,197,70); }
td.TdClassName
{
border-color: #58C546;
}
.TagClassName
{
border-color: #58C546;
}
</style>