Shades of Apple #58D240
Tints of Apple #58D240
RGB
CMYK
RGB Variations
Color information
#58D240 (or 0x58D240) is known color: Apple. HEX triplet: 58, D2 and 40. RGB value is (88,210,64). Sum of RGB (Red+Green+Blue) = 88+210+64=362 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.31% from 362); Green value is 210 (82.42% from 255 or 58.01% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 210 - color contains mainly: green. Hex color #58D240 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58D240 is #A72DBF. Grayscale: #9D9D9D. Windows color (decimal): -10956224 or 4248152. OLE color: 4248152.
HSL color Cylindrical-coordinate representation of color #58D240: hue angle of 110.14º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #58D240 is Cyan = 0.58, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 210 | 64 | - |
| CMYK | 0.58 | 0 | 0.70 | 0.18 |
| HSL | 110.14º | 0.62% | 0.54% | - |
| HSV(B) | 110.14º | 0.7% | 0.82% | - |
| XYZ | 28 | 48.54 | 12.74 | - |
| YUV | 156.88 | 75.58 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 210 | 64 | 0.58 | 0 | 0.70 | 0.18 | 110.14 | 0.62 | 0.54 |
| Hex | 58 | D2 | 40 | 3A | 0 | 46 | 12 | 6E | 3E | 36 |
| Octal | 130 | 322 | 100 | 72 | 0 | 106 | 22 | 156 | 76 | 66 |
| Binary | 1011000 | 11010010 | 1000000 | 111010 | 0 | 1000110 | 10010 | 1101110 | 111110 | 110110 |
Color Harmonies of #58D240
Complementary color
Monochromatic Colors of #58D240
Black with #58D240
Text Example
Text Example
White with #58D240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D240; }
p { color: rgb(88,210,64); }
H1.HeaderClassName
{
color: #58D240;
}
.AnyTagClassName
{
color: #58D240;
}
</style>
background-color css
<style>
a { background-color: #58D240; }
a { background-color: rgb(88,210,64); }
div.DivClassName
{
background-color: #58D240;
}
.BgClassName
{
background-color: #58D240;
}
</style>
border-color css
<style>
span { border-color: #58D240; }
span { border-color: rgb(88,210,64); }
td.TdClassName
{
border-color: #58D240;
}
.TagClassName
{
border-color: #58D240;
}
</style>