Shades of Apple #58C44F
Tints of Apple #58C44F
RGB
CMYK
RGB Variations
Color information
#58C44F (or 0x58C44F) is known color: Apple. HEX triplet: 58, C4 and 4F. RGB value is (88,196,79). Sum of RGB (Red+Green+Blue) = 88+196+79=363 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.24% from 363); Green value is 196 (76.95% from 255 or 53.99% from 363); Blue value is 79 (31.25% from 255 or 21.76% from 363); Max value from RGB is 196 - color contains mainly: green. Hex color #58C44F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58C44F is #A73BB0. Grayscale: #969696. Windows color (decimal): -10959793 or 5227608. OLE color: 5227608.
HSL color Cylindrical-coordinate representation of color #58C44F: hue angle of 115.38º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58C44F is Cyan = 0.55, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 88 | 196 | 79 | - |
| CMYK | 0.55 | 0 | 0.60 | 0.23 |
| HSL | 115.38º | 0.5% | 0.54% | - |
| HSV(B) | 115.38º | 0.6% | 0.77% | - |
| XYZ | 25.18 | 42.12 | 14.2 | - |
| YUV | 150.37 | 87.72 | 83.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 196 | 79 | 0.55 | 0 | 0.60 | 0.23 | 115.38 | 0.5 | 0.54 |
| Hex | 58 | C4 | 4F | 37 | 0 | 3C | 17 | 73 | 32 | 36 |
| Octal | 130 | 304 | 117 | 67 | 0 | 74 | 27 | 163 | 62 | 66 |
| Binary | 1011000 | 11000100 | 1001111 | 110111 | 0 | 111100 | 10111 | 1110011 | 110010 | 110110 |
Color Harmonies of #58C44F
Complementary color
Monochromatic Colors of #58C44F
Black with #58C44F
Text Example
Text Example
White with #58C44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C44F; }
p { color: rgb(88,196,79); }
H1.HeaderClassName
{
color: #58C44F;
}
.AnyTagClassName
{
color: #58C44F;
}
</style>
background-color css
<style>
a { background-color: #58C44F; }
a { background-color: rgb(88,196,79); }
div.DivClassName
{
background-color: #58C44F;
}
.BgClassName
{
background-color: #58C44F;
}
</style>
border-color css
<style>
span { border-color: #58C44F; }
span { border-color: rgb(88,196,79); }
td.TdClassName
{
border-color: #58C44F;
}
.TagClassName
{
border-color: #58C44F;
}
</style>