Shades of Apple #58C241
Tints of Apple #58C241
RGB
CMYK
RGB Variations
Color information
#58C241 (or 0x58C241) is known color: Apple. HEX triplet: 58, C2 and 41. RGB value is (88,194,65). Sum of RGB (Red+Green+Blue) = 88+194+65=347 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.36% from 347); Green value is 194 (76.17% from 255 or 55.91% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 194 - color contains mainly: green. Hex color #58C241 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58C241 is #A73DBE. Grayscale: #949494. Windows color (decimal): -10960319 or 4309592. OLE color: 4309592.
HSL color Cylindrical-coordinate representation of color #58C241: hue angle of 109.3º 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 #58C241 is Cyan = 0.55, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 194 | 65 | - |
| CMYK | 0.55 | 0 | 0.66 | 0.24 |
| HSL | 109.3º | 0.51% | 0.51% | - |
| HSV(B) | 109.3º | 0.66% | 0.76% | - |
| XYZ | 24.27 | 41.04 | 11.64 | - |
| YUV | 147.6 | 81.38 | 85.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 194 | 65 | 0.55 | 0 | 0.66 | 0.24 | 109.3 | 0.51 | 0.51 |
| Hex | 58 | C2 | 41 | 37 | 0 | 42 | 18 | 6D | 33 | 33 |
| Octal | 130 | 302 | 101 | 67 | 0 | 102 | 30 | 155 | 63 | 63 |
| Binary | 1011000 | 11000010 | 1000001 | 110111 | 0 | 1000010 | 11000 | 1101101 | 110011 | 110011 |
Color Harmonies of #58C241
Complementary color
Monochromatic Colors of #58C241
Black with #58C241
Text Example
Text Example
White with #58C241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C241; }
p { color: rgb(88,194,65); }
H1.HeaderClassName
{
color: #58C241;
}
.AnyTagClassName
{
color: #58C241;
}
</style>
background-color css
<style>
a { background-color: #58C241; }
a { background-color: rgb(88,194,65); }
div.DivClassName
{
background-color: #58C241;
}
.BgClassName
{
background-color: #58C241;
}
</style>
border-color css
<style>
span { border-color: #58C241; }
span { border-color: rgb(88,194,65); }
td.TdClassName
{
border-color: #58C241;
}
.TagClassName
{
border-color: #58C241;
}
</style>