Shades of Apple #58D33F
Tints of Apple #58D33F
RGB
CMYK
RGB Variations
Color information
#58D33F (or 0x58D33F) is known color: Apple. HEX triplet: 58, D3 and 3F. RGB value is (88,211,63). Sum of RGB (Red+Green+Blue) = 88+211+63=362 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.31% from 362); Green value is 211 (82.81% from 255 or 58.29% from 362); Blue value is 63 (25% from 255 or 17.40% from 362); Max value from RGB is 211 - color contains mainly: green. Hex color #58D33F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58D33F is #A72CC0. Grayscale: #9D9D9D. Windows color (decimal): -10955969 or 4182872. OLE color: 4182872.
HSL color Cylindrical-coordinate representation of color #58D33F: hue angle of 109.86º 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 #58D33F is Cyan = 0.58, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 88 | 211 | 63 | - |
| CMYK | 0.58 | 0 | 0.70 | 0.17 |
| HSL | 109.86º | 0.63% | 0.54% | - |
| HSV(B) | 109.86º | 0.7% | 0.83% | - |
| XYZ | 28.22 | 49.02 | 12.68 | - |
| YUV | 157.35 | 74.75 | 78.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 211 | 63 | 0.58 | 0 | 0.70 | 0.17 | 109.86 | 0.63 | 0.54 |
| Hex | 58 | D3 | 3F | 3A | 0 | 46 | 11 | 6E | 3F | 36 |
| Octal | 130 | 323 | 77 | 72 | 0 | 106 | 21 | 156 | 77 | 66 |
| Binary | 1011000 | 11010011 | 111111 | 111010 | 0 | 1000110 | 10001 | 1101110 | 111111 | 110110 |
Color Harmonies of #58D33F
Complementary color
Monochromatic Colors of #58D33F
Black with #58D33F
Text Example
Text Example
White with #58D33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D33F; }
p { color: rgb(88,211,63); }
H1.HeaderClassName
{
color: #58D33F;
}
.AnyTagClassName
{
color: #58D33F;
}
</style>
background-color css
<style>
a { background-color: #58D33F; }
a { background-color: rgb(88,211,63); }
div.DivClassName
{
background-color: #58D33F;
}
.BgClassName
{
background-color: #58D33F;
}
</style>
border-color css
<style>
span { border-color: #58D33F; }
span { border-color: rgb(88,211,63); }
td.TdClassName
{
border-color: #58D33F;
}
.TagClassName
{
border-color: #58D33F;
}
</style>