Shades of Apple #58C549
Tints of Apple #58C549
RGB
CMYK
RGB Variations
Color information
#58C549 (or 0x58C549) is known color: Apple. HEX triplet: 58, C5 and 49. RGB value is (88,197,73). Sum of RGB (Red+Green+Blue) = 88+197+73=358 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.58% from 358); Green value is 197 (77.34% from 255 or 55.03% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 197 - color contains mainly: green. Hex color #58C549 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58C549 is #A73AB6. Grayscale: #969696. Windows color (decimal): -10959543 or 4834648. OLE color: 4834648.
HSL color Cylindrical-coordinate representation of color #58C549: hue angle of 112.74º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58C549 is Cyan = 0.55, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 88 | 197 | 73 | - |
| CMYK | 0.55 | 0 | 0.63 | 0.23 |
| HSL | 112.74º | 0.52% | 0.53% | - |
| HSV(B) | 112.74º | 0.63% | 0.77% | - |
| XYZ | 25.19 | 42.49 | 13.18 | - |
| YUV | 150.27 | 84.39 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 197 | 73 | 0.55 | 0 | 0.63 | 0.23 | 112.74 | 0.52 | 0.53 |
| Hex | 58 | C5 | 49 | 37 | 0 | 3F | 17 | 71 | 34 | 35 |
| Octal | 130 | 305 | 111 | 67 | 0 | 77 | 27 | 161 | 64 | 65 |
| Binary | 1011000 | 11000101 | 1001001 | 110111 | 0 | 111111 | 10111 | 1110001 | 110100 | 110101 |
Color Harmonies of #58C549
Complementary color
Monochromatic Colors of #58C549
Black with #58C549
Text Example
Text Example
White with #58C549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C549; }
p { color: rgb(88,197,73); }
H1.HeaderClassName
{
color: #58C549;
}
.AnyTagClassName
{
color: #58C549;
}
</style>
background-color css
<style>
a { background-color: #58C549; }
a { background-color: rgb(88,197,73); }
div.DivClassName
{
background-color: #58C549;
}
.BgClassName
{
background-color: #58C549;
}
</style>
border-color css
<style>
span { border-color: #58C549; }
span { border-color: rgb(88,197,73); }
td.TdClassName
{
border-color: #58C549;
}
.TagClassName
{
border-color: #58C549;
}
</style>