Shades of Apple #58C141
Tints of Apple #58C141
RGB
CMYK
RGB Variations
Color information
#58C141 (or 0x58C141) is known color: Apple. HEX triplet: 58, C1 and 41. RGB value is (88,193,65). Sum of RGB (Red+Green+Blue) = 88+193+65=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 193 (75.78% from 255 or 55.78% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 193 - color contains mainly: green. Hex color #58C141 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58C141 is #A73EBE. Grayscale: #939393. Windows color (decimal): -10960575 or 4309336. OLE color: 4309336.
HSL color Cylindrical-coordinate representation of color #58C141: hue angle of 109.22º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #58C141 is Cyan = 0.54, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 193 | 65 | - |
| CMYK | 0.54 | 0 | 0.66 | 0.24 |
| HSL | 109.22º | 0.51% | 0.51% | - |
| HSV(B) | 109.22º | 0.66% | 0.76% | - |
| XYZ | 24.05 | 40.6 | 11.57 | - |
| YUV | 147.01 | 81.71 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 193 | 65 | 0.54 | 0 | 0.66 | 0.24 | 109.22 | 0.51 | 0.51 |
| Hex | 58 | C1 | 41 | 36 | 0 | 42 | 18 | 6D | 33 | 33 |
| Octal | 130 | 301 | 101 | 66 | 0 | 102 | 30 | 155 | 63 | 63 |
| Binary | 1011000 | 11000001 | 1000001 | 110110 | 0 | 1000010 | 11000 | 1101101 | 110011 | 110011 |
Color Harmonies of #58C141
Complementary color
Monochromatic Colors of #58C141
Black with #58C141
Text Example
Text Example
White with #58C141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C141; }
p { color: rgb(88,193,65); }
H1.HeaderClassName
{
color: #58C141;
}
.AnyTagClassName
{
color: #58C141;
}
</style>
background-color css
<style>
a { background-color: #58C141; }
a { background-color: rgb(88,193,65); }
div.DivClassName
{
background-color: #58C141;
}
.BgClassName
{
background-color: #58C141;
}
</style>
border-color css
<style>
span { border-color: #58C141; }
span { border-color: rgb(88,193,65); }
td.TdClassName
{
border-color: #58C141;
}
.TagClassName
{
border-color: #58C141;
}
</style>