Shades of Apple #58D439
Tints of Apple #58D439
RGB
CMYK
RGB Variations
Color information
#58D439 (or 0x58D439) is known color: Apple. HEX triplet: 58, D4 and 39. RGB value is (88,212,57). Sum of RGB (Red+Green+Blue) = 88+212+57=357 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.65% from 357); Green value is 212 (83.20% from 255 or 59.38% from 357); Blue value is 57 (22.66% from 255 or 15.97% from 357); Max value from RGB is 212 - color contains mainly: green. Hex color #58D439 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58D439 is #A72BC6. Grayscale: #9D9D9D. Windows color (decimal): -10955719 or 3789912. OLE color: 3789912.
HSL color Cylindrical-coordinate representation of color #58D439: hue angle of 108º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #58D439 is Cyan = 0.58, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 88 | 212 | 57 | - |
| CMYK | 0.58 | 0 | 0.73 | 0.17 |
| HSL | 108º | 0.64% | 0.53% | - |
| HSV(B) | 108º | 0.73% | 0.83% | - |
| XYZ | 28.31 | 49.46 | 11.93 | - |
| YUV | 157.25 | 71.42 | 78.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 212 | 57 | 0.58 | 0 | 0.73 | 0.17 | 108 | 0.64 | 0.53 |
| Hex | 58 | D4 | 39 | 3A | 0 | 49 | 11 | 6C | 40 | 35 |
| Octal | 130 | 324 | 71 | 72 | 0 | 111 | 21 | 154 | 100 | 65 |
| Binary | 1011000 | 11010100 | 111001 | 111010 | 0 | 1001001 | 10001 | 1101100 | 1000000 | 110101 |
Color Harmonies of #58D439
Complementary color
Monochromatic Colors of #58D439
Black with #58D439
Text Example
Text Example
White with #58D439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D439; }
p { color: rgb(88,212,57); }
H1.HeaderClassName
{
color: #58D439;
}
.AnyTagClassName
{
color: #58D439;
}
</style>
background-color css
<style>
a { background-color: #58D439; }
a { background-color: rgb(88,212,57); }
div.DivClassName
{
background-color: #58D439;
}
.BgClassName
{
background-color: #58D439;
}
</style>
border-color css
<style>
span { border-color: #58D439; }
span { border-color: rgb(88,212,57); }
td.TdClassName
{
border-color: #58D439;
}
.TagClassName
{
border-color: #58D439;
}
</style>