Shades of Apple #58DB43
Tints of Apple #58DB43
RGB
CMYK
RGB Variations
Color information
#58DB43 (or 0x58DB43) is known color: Apple. HEX triplet: 58, DB and 43. RGB value is (88,219,67). Sum of RGB (Red+Green+Blue) = 88+219+67=374 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.53% from 374); Green value is 219 (85.94% from 255 or 58.56% from 374); Blue value is 67 (26.56% from 255 or 17.91% from 374); Max value from RGB is 219 - color contains mainly: green. Hex color #58DB43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58DB43 is #A724BC. Grayscale: #A2A2A2. Windows color (decimal): -10953917 or 4447064. OLE color: 4447064.
HSL color Cylindrical-coordinate representation of color #58DB43: hue angle of 111.71º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #58DB43 is Cyan = 0.60, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 219 | 67 | - |
| CMYK | 0.60 | 0 | 0.69 | 0.14 |
| HSL | 111.71º | 0.68% | 0.56% | - |
| HSV(B) | 111.71º | 0.69% | 0.86% | - |
| XYZ | 30.37 | 53.14 | 13.97 | - |
| YUV | 162.5 | 74.1 | 74.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 219 | 67 | 0.60 | 0 | 0.69 | 0.14 | 111.71 | 0.68 | 0.56 |
| Hex | 58 | DB | 43 | 3C | 0 | 45 | E | 70 | 44 | 38 |
| Octal | 130 | 333 | 103 | 74 | 0 | 105 | 16 | 160 | 104 | 70 |
| Binary | 1011000 | 11011011 | 1000011 | 111100 | 0 | 1000101 | 1110 | 1110000 | 1000100 | 111000 |
Color Harmonies of #58DB43
Complementary color
Monochromatic Colors of #58DB43
Black with #58DB43
Text Example
Text Example
White with #58DB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DB43; }
p { color: rgb(88,219,67); }
H1.HeaderClassName
{
color: #58DB43;
}
.AnyTagClassName
{
color: #58DB43;
}
</style>
background-color css
<style>
a { background-color: #58DB43; }
a { background-color: rgb(88,219,67); }
div.DivClassName
{
background-color: #58DB43;
}
.BgClassName
{
background-color: #58DB43;
}
</style>
border-color css
<style>
span { border-color: #58DB43; }
span { border-color: rgb(88,219,67); }
td.TdClassName
{
border-color: #58DB43;
}
.TagClassName
{
border-color: #58DB43;
}
</style>