Shades of Apple #58D650
Tints of Apple #58D650
RGB
CMYK
RGB Variations
Color information
#58D650 (or 0x58D650) is known color: Apple. HEX triplet: 58, D6 and 50. RGB value is (88,214,80). Sum of RGB (Red+Green+Blue) = 88+214+80=382 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.04% from 382); Green value is 214 (83.98% from 255 or 56.02% from 382); Blue value is 80 (31.64% from 255 or 20.94% from 382); Max value from RGB is 214 - color contains mainly: green. Hex color #58D650 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58D650 is #A729AF. Grayscale: #A1A1A1. Windows color (decimal): -10955184 or 5297752. OLE color: 5297752.
HSL color Cylindrical-coordinate representation of color #58D650: hue angle of 116.42º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58D650 is Cyan = 0.59, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 88 | 214 | 80 | - |
| CMYK | 0.59 | 0 | 0.63 | 0.16 |
| HSL | 116.42º | 0.62% | 0.58% | - |
| HSV(B) | 116.42º | 0.63% | 0.84% | - |
| XYZ | 29.52 | 50.75 | 15.83 | - |
| YUV | 161.05 | 82.26 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 214 | 80 | 0.59 | 0 | 0.63 | 0.16 | 116.42 | 0.62 | 0.58 |
| Hex | 58 | D6 | 50 | 3B | 0 | 3F | 10 | 74 | 3E | 3A |
| Octal | 130 | 326 | 120 | 73 | 0 | 77 | 20 | 164 | 76 | 72 |
| Binary | 1011000 | 11010110 | 1010000 | 111011 | 0 | 111111 | 10000 | 1110100 | 111110 | 111010 |
Color Harmonies of #58D650
Complementary color
Monochromatic Colors of #58D650
Black with #58D650
Text Example
Text Example
White with #58D650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D650; }
p { color: rgb(88,214,80); }
H1.HeaderClassName
{
color: #58D650;
}
.AnyTagClassName
{
color: #58D650;
}
</style>
background-color css
<style>
a { background-color: #58D650; }
a { background-color: rgb(88,214,80); }
div.DivClassName
{
background-color: #58D650;
}
.BgClassName
{
background-color: #58D650;
}
</style>
border-color css
<style>
span { border-color: #58D650; }
span { border-color: rgb(88,214,80); }
td.TdClassName
{
border-color: #58D650;
}
.TagClassName
{
border-color: #58D650;
}
</style>