Shades of Apple #58C640
Tints of Apple #58C640
RGB
CMYK
RGB Variations
Color information
#58C640 (or 0x58C640) is known color: Apple. HEX triplet: 58, C6 and 40. RGB value is (88,198,64). Sum of RGB (Red+Green+Blue) = 88+198+64=350 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.14% from 350); Green value is 198 (77.73% from 255 or 56.57% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 198 - color contains mainly: green. Hex color #58C640 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58C640 is #A739BF. Grayscale: #969696. Windows color (decimal): -10959296 or 4245080. OLE color: 4245080.
HSL color Cylindrical-coordinate representation of color #58C640: hue angle of 109.25º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #58C640 is Cyan = 0.56, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 88 | 198 | 64 | - |
| CMYK | 0.56 | 0 | 0.68 | 0.22 |
| HSL | 109.25º | 0.54% | 0.51% | - |
| HSV(B) | 109.25º | 0.68% | 0.78% | - |
| XYZ | 25.14 | 42.83 | 11.79 | - |
| YUV | 149.83 | 79.56 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 198 | 64 | 0.56 | 0 | 0.68 | 0.22 | 109.25 | 0.54 | 0.51 |
| Hex | 58 | C6 | 40 | 38 | 0 | 44 | 16 | 6D | 36 | 33 |
| Octal | 130 | 306 | 100 | 70 | 0 | 104 | 26 | 155 | 66 | 63 |
| Binary | 1011000 | 11000110 | 1000000 | 111000 | 0 | 1000100 | 10110 | 1101101 | 110110 | 110011 |
Color Harmonies of #58C640
Complementary color
Monochromatic Colors of #58C640
Black with #58C640
Text Example
Text Example
White with #58C640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C640; }
p { color: rgb(88,198,64); }
H1.HeaderClassName
{
color: #58C640;
}
.AnyTagClassName
{
color: #58C640;
}
</style>
background-color css
<style>
a { background-color: #58C640; }
a { background-color: rgb(88,198,64); }
div.DivClassName
{
background-color: #58C640;
}
.BgClassName
{
background-color: #58C640;
}
</style>
border-color css
<style>
span { border-color: #58C640; }
span { border-color: rgb(88,198,64); }
td.TdClassName
{
border-color: #58C640;
}
.TagClassName
{
border-color: #58C640;
}
</style>