Shades of Apple #58C450
Tints of Apple #58C450
RGB
CMYK
RGB Variations
Color information
#58C450 (or 0x58C450) is known color: Apple. HEX triplet: 58, C4 and 50. RGB value is (88,196,80). Sum of RGB (Red+Green+Blue) = 88+196+80=364 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.18% from 364); Green value is 196 (76.95% from 255 or 53.85% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 196 - color contains mainly: green. Hex color #58C450 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58C450 is #A73BAF. Grayscale: #969696. Windows color (decimal): -10959792 or 5293144. OLE color: 5293144.
HSL color Cylindrical-coordinate representation of color #58C450: hue angle of 115.86º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58C450 is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 88 | 196 | 80 | - |
| CMYK | 0.55 | 0 | 0.59 | 0.23 |
| HSL | 115.86º | 0.5% | 0.54% | - |
| HSV(B) | 115.86º | 0.59% | 0.77% | - |
| XYZ | 25.21 | 42.13 | 14.39 | - |
| YUV | 150.48 | 88.22 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 196 | 80 | 0.55 | 0 | 0.59 | 0.23 | 115.86 | 0.5 | 0.54 |
| Hex | 58 | C4 | 50 | 37 | 0 | 3B | 17 | 74 | 32 | 36 |
| Octal | 130 | 304 | 120 | 67 | 0 | 73 | 27 | 164 | 62 | 66 |
| Binary | 1011000 | 11000100 | 1010000 | 110111 | 0 | 111011 | 10111 | 1110100 | 110010 | 110110 |
Color Harmonies of #58C450
Complementary color
Monochromatic Colors of #58C450
Black with #58C450
Text Example
Text Example
White with #58C450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C450; }
p { color: rgb(88,196,80); }
H1.HeaderClassName
{
color: #58C450;
}
.AnyTagClassName
{
color: #58C450;
}
</style>
background-color css
<style>
a { background-color: #58C450; }
a { background-color: rgb(88,196,80); }
div.DivClassName
{
background-color: #58C450;
}
.BgClassName
{
background-color: #58C450;
}
</style>
border-color css
<style>
span { border-color: #58C450; }
span { border-color: rgb(88,196,80); }
td.TdClassName
{
border-color: #58C450;
}
.TagClassName
{
border-color: #58C450;
}
</style>