Shades of Apple #58D83E
Tints of Apple #58D83E
RGB
CMYK
RGB Variations
Color information
#58D83E (or 0x58D83E) is known color: Apple. HEX triplet: 58, D8 and 3E. RGB value is (88,216,62). Sum of RGB (Red+Green+Blue) = 88+216+62=366 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.04% from 366); Green value is 216 (84.77% from 255 or 59.02% from 366); Blue value is 62 (24.61% from 255 or 16.94% from 366); Max value from RGB is 216 - color contains mainly: green. Hex color #58D83E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58D83E is #A727C1. Grayscale: #A0A0A0. Windows color (decimal): -10954690 or 4118616. OLE color: 4118616.
HSL color Cylindrical-coordinate representation of color #58D83E: hue angle of 109.87º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #58D83E is Cyan = 0.59, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 88 | 216 | 62 | - |
| CMYK | 0.59 | 0 | 0.71 | 0.15 |
| HSL | 109.87º | 0.66% | 0.55% | - |
| HSV(B) | 109.87º | 0.71% | 0.85% | - |
| XYZ | 29.45 | 51.53 | 12.95 | - |
| YUV | 160.17 | 72.59 | 76.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 216 | 62 | 0.59 | 0 | 0.71 | 0.15 | 109.87 | 0.66 | 0.55 |
| Hex | 58 | D8 | 3E | 3B | 0 | 47 | F | 6E | 42 | 37 |
| Octal | 130 | 330 | 76 | 73 | 0 | 107 | 17 | 156 | 102 | 67 |
| Binary | 1011000 | 11011000 | 111110 | 111011 | 0 | 1000111 | 1111 | 1101110 | 1000010 | 110111 |
Color Harmonies of #58D83E
Complementary color
Monochromatic Colors of #58D83E
Black with #58D83E
Text Example
Text Example
White with #58D83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D83E; }
p { color: rgb(88,216,62); }
H1.HeaderClassName
{
color: #58D83E;
}
.AnyTagClassName
{
color: #58D83E;
}
</style>
background-color css
<style>
a { background-color: #58D83E; }
a { background-color: rgb(88,216,62); }
div.DivClassName
{
background-color: #58D83E;
}
.BgClassName
{
background-color: #58D83E;
}
</style>
border-color css
<style>
span { border-color: #58D83E; }
span { border-color: rgb(88,216,62); }
td.TdClassName
{
border-color: #58D83E;
}
.TagClassName
{
border-color: #58D83E;
}
</style>