Shades of Apple #58DA3E
Tints of Apple #58DA3E
RGB
CMYK
RGB Variations
Color information
#58DA3E (or 0x58DA3E) is known color: Apple. HEX triplet: 58, DA and 3E. RGB value is (88,218,62). Sum of RGB (Red+Green+Blue) = 88+218+62=368 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.91% from 368); Green value is 218 (85.55% from 255 or 59.24% from 368); Blue value is 62 (24.61% from 255 or 16.85% from 368); Max value from RGB is 218 - color contains mainly: green. Hex color #58DA3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58DA3E is #A725C1. Grayscale: #A1A1A1. Windows color (decimal): -10954178 or 4119128. OLE color: 4119128.
HSL color Cylindrical-coordinate representation of color #58DA3E: hue angle of 110º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #58DA3E is Cyan = 0.60, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 88 | 218 | 62 | - |
| CMYK | 0.60 | 0 | 0.72 | 0.15 |
| HSL | 110º | 0.68% | 0.55% | - |
| HSV(B) | 110º | 0.72% | 0.85% | - |
| XYZ | 29.97 | 52.57 | 13.12 | - |
| YUV | 161.35 | 71.93 | 75.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 218 | 62 | 0.60 | 0 | 0.72 | 0.15 | 110 | 0.68 | 0.55 |
| Hex | 58 | DA | 3E | 3C | 0 | 48 | F | 6E | 44 | 37 |
| Octal | 130 | 332 | 76 | 74 | 0 | 110 | 17 | 156 | 104 | 67 |
| Binary | 1011000 | 11011010 | 111110 | 111100 | 0 | 1001000 | 1111 | 1101110 | 1000100 | 110111 |
Color Harmonies of #58DA3E
Complementary color
Monochromatic Colors of #58DA3E
Black with #58DA3E
Text Example
Text Example
White with #58DA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DA3E; }
p { color: rgb(88,218,62); }
H1.HeaderClassName
{
color: #58DA3E;
}
.AnyTagClassName
{
color: #58DA3E;
}
</style>
background-color css
<style>
a { background-color: #58DA3E; }
a { background-color: rgb(88,218,62); }
div.DivClassName
{
background-color: #58DA3E;
}
.BgClassName
{
background-color: #58DA3E;
}
</style>
border-color css
<style>
span { border-color: #58DA3E; }
span { border-color: rgb(88,218,62); }
td.TdClassName
{
border-color: #58DA3E;
}
.TagClassName
{
border-color: #58DA3E;
}
</style>