Shades of Apple #58BC40
Tints of Apple #58BC40
RGB
CMYK
RGB Variations
Color information
#58BC40 (or 0x58BC40) is known color: Apple. HEX triplet: 58, BC and 40. RGB value is (88,188,64). Sum of RGB (Red+Green+Blue) = 88+188+64=340 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.88% from 340); Green value is 188 (73.83% from 255 or 55.29% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 188 - color contains mainly: green. Hex color #58BC40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58BC40 is #A743BF. Grayscale: #909090. Windows color (decimal): -10961856 or 4242520. OLE color: 4242520.
HSL color Cylindrical-coordinate representation of color #58BC40: hue angle of 108.39º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #58BC40 is Cyan = 0.53, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 188 | 64 | - |
| CMYK | 0.53 | 0 | 0.66 | 0.26 |
| HSL | 108.39º | 0.49% | 0.49% | - |
| HSV(B) | 108.39º | 0.66% | 0.74% | - |
| XYZ | 22.93 | 38.41 | 11.06 | - |
| YUV | 143.96 | 82.87 | 88.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 188 | 64 | 0.53 | 0 | 0.66 | 0.26 | 108.39 | 0.49 | 0.49 |
| Hex | 58 | BC | 40 | 35 | 0 | 42 | 1A | 6C | 31 | 31 |
| Octal | 130 | 274 | 100 | 65 | 0 | 102 | 32 | 154 | 61 | 61 |
| Binary | 1011000 | 10111100 | 1000000 | 110101 | 0 | 1000010 | 11010 | 1101100 | 110001 | 110001 |
Color Harmonies of #58BC40
Complementary color
Monochromatic Colors of #58BC40
Black with #58BC40
Text Example
Text Example
White with #58BC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BC40; }
p { color: rgb(88,188,64); }
H1.HeaderClassName
{
color: #58BC40;
}
.AnyTagClassName
{
color: #58BC40;
}
</style>
background-color css
<style>
a { background-color: #58BC40; }
a { background-color: rgb(88,188,64); }
div.DivClassName
{
background-color: #58BC40;
}
.BgClassName
{
background-color: #58BC40;
}
</style>
border-color css
<style>
span { border-color: #58BC40; }
span { border-color: rgb(88,188,64); }
td.TdClassName
{
border-color: #58BC40;
}
.TagClassName
{
border-color: #58BC40;
}
</style>