Shades of Apple #58D340
Tints of Apple #58D340
RGB
CMYK
RGB Variations
Color information
#58D340 (or 0x58D340) is known color: Apple. HEX triplet: 58, D3 and 40. RGB value is (88,211,64). Sum of RGB (Red+Green+Blue) = 88+211+64=363 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.24% from 363); Green value is 211 (82.81% from 255 or 58.13% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 211 - color contains mainly: green. Hex color #58D340 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58D340 is #A72CBF. Grayscale: #9D9D9D. Windows color (decimal): -10955968 or 4248408. OLE color: 4248408.
HSL color Cylindrical-coordinate representation of color #58D340: hue angle of 110.2º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #58D340 is Cyan = 0.58, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 88 | 211 | 64 | - |
| CMYK | 0.58 | 0 | 0.70 | 0.17 |
| HSL | 110.2º | 0.63% | 0.54% | - |
| HSV(B) | 110.2º | 0.7% | 0.83% | - |
| XYZ | 28.24 | 49.03 | 12.83 | - |
| YUV | 157.47 | 75.25 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 211 | 64 | 0.58 | 0 | 0.70 | 0.17 | 110.2 | 0.63 | 0.54 |
| Hex | 58 | D3 | 40 | 3A | 0 | 46 | 11 | 6E | 3F | 36 |
| Octal | 130 | 323 | 100 | 72 | 0 | 106 | 21 | 156 | 77 | 66 |
| Binary | 1011000 | 11010011 | 1000000 | 111010 | 0 | 1000110 | 10001 | 1101110 | 111111 | 110110 |
Color Harmonies of #58D340
Complementary color
Monochromatic Colors of #58D340
Black with #58D340
Text Example
Text Example
White with #58D340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D340; }
p { color: rgb(88,211,64); }
H1.HeaderClassName
{
color: #58D340;
}
.AnyTagClassName
{
color: #58D340;
}
</style>
background-color css
<style>
a { background-color: #58D340; }
a { background-color: rgb(88,211,64); }
div.DivClassName
{
background-color: #58D340;
}
.BgClassName
{
background-color: #58D340;
}
</style>
border-color css
<style>
span { border-color: #58D340; }
span { border-color: rgb(88,211,64); }
td.TdClassName
{
border-color: #58D340;
}
.TagClassName
{
border-color: #58D340;
}
</style>