Shades of Apple #58DC43
Tints of Apple #58DC43
RGB
CMYK
RGB Variations
Color information
#58DC43 (or 0x58DC43) is known color: Apple. HEX triplet: 58, DC and 43. RGB value is (88,220,67). Sum of RGB (Red+Green+Blue) = 88+220+67=375 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.47% from 375); Green value is 220 (86.33% from 255 or 58.67% from 375); Blue value is 67 (26.56% from 255 or 17.87% from 375); Max value from RGB is 220 - color contains mainly: green. Hex color #58DC43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58DC43 is #A723BC. Grayscale: #A3A3A3. Windows color (decimal): -10953661 or 4447320. OLE color: 4447320.
HSL color Cylindrical-coordinate representation of color #58DC43: hue angle of 111.76º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #58DC43 is Cyan = 0.6, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 220 | 67 | - |
| CMYK | 0.6 | 0 | 0.70 | 0.14 |
| HSL | 111.76º | 0.69% | 0.56% | - |
| HSV(B) | 111.76º | 0.7% | 0.86% | - |
| XYZ | 30.63 | 53.67 | 14.05 | - |
| YUV | 163.09 | 73.77 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 220 | 67 | 0.6 | 0 | 0.70 | 0.14 | 111.76 | 0.69 | 0.56 |
| Hex | 58 | DC | 43 | 3C | 0 | 46 | E | 70 | 45 | 38 |
| Octal | 130 | 334 | 103 | 74 | 0 | 106 | 16 | 160 | 105 | 70 |
| Binary | 1011000 | 11011100 | 1000011 | 111100 | 0 | 1000110 | 1110 | 1110000 | 1000101 | 111000 |
Color Harmonies of #58DC43
Complementary color
Monochromatic Colors of #58DC43
Black with #58DC43
Text Example
Text Example
White with #58DC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DC43; }
p { color: rgb(88,220,67); }
H1.HeaderClassName
{
color: #58DC43;
}
.AnyTagClassName
{
color: #58DC43;
}
</style>
background-color css
<style>
a { background-color: #58DC43; }
a { background-color: rgb(88,220,67); }
div.DivClassName
{
background-color: #58DC43;
}
.BgClassName
{
background-color: #58DC43;
}
</style>
border-color css
<style>
span { border-color: #58DC43; }
span { border-color: rgb(88,220,67); }
td.TdClassName
{
border-color: #58DC43;
}
.TagClassName
{
border-color: #58DC43;
}
</style>