Shades of Apple #58DB47
Tints of Apple #58DB47
RGB
CMYK
RGB Variations
Color information
#58DB47 (or 0x58DB47) is known color: Apple. HEX triplet: 58, DB and 47. RGB value is (88,219,71). Sum of RGB (Red+Green+Blue) = 88+219+71=378 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.28% from 378); Green value is 219 (85.94% from 255 or 57.94% from 378); Blue value is 71 (28.12% from 255 or 18.78% from 378); Max value from RGB is 219 - color contains mainly: green. Hex color #58DB47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58DB47 is #A724B8. Grayscale: #A3A3A3. Windows color (decimal): -10953913 or 4709208. OLE color: 4709208.
HSL color Cylindrical-coordinate representation of color #58DB47: hue angle of 113.11º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #58DB47 is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 219 | 71 | - |
| CMYK | 0.60 | 0 | 0.68 | 0.14 |
| HSL | 113.11º | 0.67% | 0.57% | - |
| HSV(B) | 113.11º | 0.68% | 0.86% | - |
| XYZ | 30.49 | 53.19 | 14.62 | - |
| YUV | 162.96 | 76.1 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 219 | 71 | 0.60 | 0 | 0.68 | 0.14 | 113.11 | 0.67 | 0.57 |
| Hex | 58 | DB | 47 | 3C | 0 | 44 | E | 71 | 43 | 39 |
| Octal | 130 | 333 | 107 | 74 | 0 | 104 | 16 | 161 | 103 | 71 |
| Binary | 1011000 | 11011011 | 1000111 | 111100 | 0 | 1000100 | 1110 | 1110001 | 1000011 | 111001 |
Color Harmonies of #58DB47
Complementary color
Monochromatic Colors of #58DB47
Black with #58DB47
Text Example
Text Example
White with #58DB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DB47; }
p { color: rgb(88,219,71); }
H1.HeaderClassName
{
color: #58DB47;
}
.AnyTagClassName
{
color: #58DB47;
}
</style>
background-color css
<style>
a { background-color: #58DB47; }
a { background-color: rgb(88,219,71); }
div.DivClassName
{
background-color: #58DB47;
}
.BgClassName
{
background-color: #58DB47;
}
</style>
border-color css
<style>
span { border-color: #58DB47; }
span { border-color: rgb(88,219,71); }
td.TdClassName
{
border-color: #58DB47;
}
.TagClassName
{
border-color: #58DB47;
}
</style>