Shades of Apple #58C63C
Tints of Apple #58C63C
RGB
CMYK
RGB Variations
Color information
#58C63C (or 0x58C63C) is known color: Apple. HEX triplet: 58, C6 and 3C. RGB value is (88,198,60). Sum of RGB (Red+Green+Blue) = 88+198+60=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 198 (77.73% from 255 or 57.23% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 198 - color contains mainly: green. Hex color #58C63C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58C63C is #A739C3. Grayscale: #959595. Windows color (decimal): -10959300 or 3982936. OLE color: 3982936.
HSL color Cylindrical-coordinate representation of color #58C63C: hue angle of 107.83º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #58C63C is Cyan = 0.56, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 88 | 198 | 60 | - |
| CMYK | 0.56 | 0 | 0.70 | 0.22 |
| HSL | 107.83º | 0.55% | 0.51% | - |
| HSV(B) | 107.83º | 0.7% | 0.78% | - |
| XYZ | 25.03 | 42.79 | 11.21 | - |
| YUV | 149.38 | 77.56 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 198 | 60 | 0.56 | 0 | 0.70 | 0.22 | 107.83 | 0.55 | 0.51 |
| Hex | 58 | C6 | 3C | 38 | 0 | 46 | 16 | 6C | 37 | 33 |
| Octal | 130 | 306 | 74 | 70 | 0 | 106 | 26 | 154 | 67 | 63 |
| Binary | 1011000 | 11000110 | 111100 | 111000 | 0 | 1000110 | 10110 | 1101100 | 110111 | 110011 |
Color Harmonies of #58C63C
Complementary color
Monochromatic Colors of #58C63C
Black with #58C63C
Text Example
Text Example
White with #58C63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C63C; }
p { color: rgb(88,198,60); }
H1.HeaderClassName
{
color: #58C63C;
}
.AnyTagClassName
{
color: #58C63C;
}
</style>
background-color css
<style>
a { background-color: #58C63C; }
a { background-color: rgb(88,198,60); }
div.DivClassName
{
background-color: #58C63C;
}
.BgClassName
{
background-color: #58C63C;
}
</style>
border-color css
<style>
span { border-color: #58C63C; }
span { border-color: rgb(88,198,60); }
td.TdClassName
{
border-color: #58C63C;
}
.TagClassName
{
border-color: #58C63C;
}
</style>