Shades of Apple #58DD46
Tints of Apple #58DD46
RGB
CMYK
RGB Variations
Color information
#58DD46 (or 0x58DD46) is known color: Apple. HEX triplet: 58, DD and 46. RGB value is (88,221,70). Sum of RGB (Red+Green+Blue) = 88+221+70=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 221 (86.72% from 255 or 58.31% from 379); Blue value is 70 (27.73% from 255 or 18.47% from 379); Max value from RGB is 221 - color contains mainly: green. Hex color #58DD46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58DD46 is #A722B9. Grayscale: #A4A4A4. Windows color (decimal): -10953402 or 4644184. OLE color: 4644184.
HSL color Cylindrical-coordinate representation of color #58DD46: hue angle of 112.85º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #58DD46 is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 221 | 70 | - |
| CMYK | 0.60 | 0 | 0.68 | 0.13 |
| HSL | 112.85º | 0.69% | 0.57% | - |
| HSV(B) | 112.85º | 0.68% | 0.87% | - |
| XYZ | 30.99 | 54.23 | 14.63 | - |
| YUV | 164.02 | 74.94 | 73.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 221 | 70 | 0.60 | 0 | 0.68 | 0.13 | 112.85 | 0.69 | 0.57 |
| Hex | 58 | DD | 46 | 3C | 0 | 44 | D | 71 | 45 | 39 |
| Octal | 130 | 335 | 106 | 74 | 0 | 104 | 15 | 161 | 105 | 71 |
| Binary | 1011000 | 11011101 | 1000110 | 111100 | 0 | 1000100 | 1101 | 1110001 | 1000101 | 111001 |
Color Harmonies of #58DD46
Complementary color
Monochromatic Colors of #58DD46
Black with #58DD46
Text Example
Text Example
White with #58DD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DD46; }
p { color: rgb(88,221,70); }
H1.HeaderClassName
{
color: #58DD46;
}
.AnyTagClassName
{
color: #58DD46;
}
</style>
background-color css
<style>
a { background-color: #58DD46; }
a { background-color: rgb(88,221,70); }
div.DivClassName
{
background-color: #58DD46;
}
.BgClassName
{
background-color: #58DD46;
}
</style>
border-color css
<style>
span { border-color: #58DD46; }
span { border-color: rgb(88,221,70); }
td.TdClassName
{
border-color: #58DD46;
}
.TagClassName
{
border-color: #58DD46;
}
</style>