Shades of Apple #58C341
Tints of Apple #58C341
RGB
CMYK
RGB Variations
Color information
#58C341 (or 0x58C341) is known color: Apple. HEX triplet: 58, C3 and 41. RGB value is (88,195,65). Sum of RGB (Red+Green+Blue) = 88+195+65=348 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.29% from 348); Green value is 195 (76.56% from 255 or 56.03% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 195 - color contains mainly: green. Hex color #58C341 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58C341 is #A73CBE. Grayscale: #949494. Windows color (decimal): -10960063 or 4309848. OLE color: 4309848.
HSL color Cylindrical-coordinate representation of color #58C341: hue angle of 109.38º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #58C341 is Cyan = 0.55, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 195 | 65 | - |
| CMYK | 0.55 | 0 | 0.67 | 0.24 |
| HSL | 109.38º | 0.52% | 0.51% | - |
| HSV(B) | 109.38º | 0.67% | 0.76% | - |
| XYZ | 24.49 | 41.49 | 11.72 | - |
| YUV | 148.19 | 81.05 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 195 | 65 | 0.55 | 0 | 0.67 | 0.24 | 109.38 | 0.52 | 0.51 |
| Hex | 58 | C3 | 41 | 37 | 0 | 43 | 18 | 6D | 34 | 33 |
| Octal | 130 | 303 | 101 | 67 | 0 | 103 | 30 | 155 | 64 | 63 |
| Binary | 1011000 | 11000011 | 1000001 | 110111 | 0 | 1000011 | 11000 | 1101101 | 110100 | 110011 |
Color Harmonies of #58C341
Complementary color
Monochromatic Colors of #58C341
Black with #58C341
Text Example
Text Example
White with #58C341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C341; }
p { color: rgb(88,195,65); }
H1.HeaderClassName
{
color: #58C341;
}
.AnyTagClassName
{
color: #58C341;
}
</style>
background-color css
<style>
a { background-color: #58C341; }
a { background-color: rgb(88,195,65); }
div.DivClassName
{
background-color: #58C341;
}
.BgClassName
{
background-color: #58C341;
}
</style>
border-color css
<style>
span { border-color: #58C341; }
span { border-color: rgb(88,195,65); }
td.TdClassName
{
border-color: #58C341;
}
.TagClassName
{
border-color: #58C341;
}
</style>