Shades of Apple #58C537
Tints of Apple #58C537
RGB
CMYK
RGB Variations
Color information
#58C537 (or 0x58C537) is known color: Apple. HEX triplet: 58, C5 and 37. RGB value is (88,197,55). Sum of RGB (Red+Green+Blue) = 88+197+55=340 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.88% from 340); Green value is 197 (77.34% from 255 or 57.94% from 340); Blue value is 55 (21.88% from 255 or 16.18% from 340); Max value from RGB is 197 - color contains mainly: green. Hex color #58C537 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58C537 is #A73AC8. Grayscale: #949494. Windows color (decimal): -10959561 or 3655000. OLE color: 3655000.
HSL color Cylindrical-coordinate representation of color #58C537: hue angle of 106.06º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #58C537 is Cyan = 0.55, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 88 | 197 | 55 | - |
| CMYK | 0.55 | 0 | 0.72 | 0.23 |
| HSL | 106.06º | 0.56% | 0.49% | - |
| HSV(B) | 106.06º | 0.72% | 0.77% | - |
| XYZ | 24.68 | 42.28 | 10.48 | - |
| YUV | 148.22 | 75.39 | 85.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 197 | 55 | 0.55 | 0 | 0.72 | 0.23 | 106.06 | 0.56 | 0.49 |
| Hex | 58 | C5 | 37 | 37 | 0 | 48 | 17 | 6A | 38 | 31 |
| Octal | 130 | 305 | 67 | 67 | 0 | 110 | 27 | 152 | 70 | 61 |
| Binary | 1011000 | 11000101 | 110111 | 110111 | 0 | 1001000 | 10111 | 1101010 | 111000 | 110001 |
Color Harmonies of #58C537
Complementary color
Monochromatic Colors of #58C537
Black with #58C537
Text Example
Text Example
White with #58C537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C537; }
p { color: rgb(88,197,55); }
H1.HeaderClassName
{
color: #58C537;
}
.AnyTagClassName
{
color: #58C537;
}
</style>
background-color css
<style>
a { background-color: #58C537; }
a { background-color: rgb(88,197,55); }
div.DivClassName
{
background-color: #58C537;
}
.BgClassName
{
background-color: #58C537;
}
</style>
border-color css
<style>
span { border-color: #58C537; }
span { border-color: rgb(88,197,55); }
td.TdClassName
{
border-color: #58C537;
}
.TagClassName
{
border-color: #58C537;
}
</style>