Shades of Apple #58D73B
Tints of Apple #58D73B
RGB
CMYK
RGB Variations
Color information
#58D73B (or 0x58D73B) is known color: Apple. HEX triplet: 58, D7 and 3B. RGB value is (88,215,59). Sum of RGB (Red+Green+Blue) = 88+215+59=362 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.31% from 362); Green value is 215 (84.38% from 255 or 59.39% from 362); Blue value is 59 (23.44% from 255 or 16.30% from 362); Max value from RGB is 215 - color contains mainly: green. Hex color #58D73B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58D73B is #A728C4. Grayscale: #9F9F9F. Windows color (decimal): -10954949 or 3921752. OLE color: 3921752.
HSL color Cylindrical-coordinate representation of color #58D73B: hue angle of 108.85º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #58D73B is Cyan = 0.59, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 88 | 215 | 59 | - |
| CMYK | 0.59 | 0 | 0.73 | 0.16 |
| HSL | 108.85º | 0.66% | 0.54% | - |
| HSV(B) | 108.85º | 0.73% | 0.84% | - |
| XYZ | 29.11 | 50.99 | 12.45 | - |
| YUV | 159.24 | 71.42 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 215 | 59 | 0.59 | 0 | 0.73 | 0.16 | 108.85 | 0.66 | 0.54 |
| Hex | 58 | D7 | 3B | 3B | 0 | 49 | 10 | 6D | 42 | 36 |
| Octal | 130 | 327 | 73 | 73 | 0 | 111 | 20 | 155 | 102 | 66 |
| Binary | 1011000 | 11010111 | 111011 | 111011 | 0 | 1001001 | 10000 | 1101101 | 1000010 | 110110 |
Color Harmonies of #58D73B
Complementary color
Monochromatic Colors of #58D73B
Black with #58D73B
Text Example
Text Example
White with #58D73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D73B; }
p { color: rgb(88,215,59); }
H1.HeaderClassName
{
color: #58D73B;
}
.AnyTagClassName
{
color: #58D73B;
}
</style>
background-color css
<style>
a { background-color: #58D73B; }
a { background-color: rgb(88,215,59); }
div.DivClassName
{
background-color: #58D73B;
}
.BgClassName
{
background-color: #58D73B;
}
</style>
border-color css
<style>
span { border-color: #58D73B; }
span { border-color: rgb(88,215,59); }
td.TdClassName
{
border-color: #58D73B;
}
.TagClassName
{
border-color: #58D73B;
}
</style>