Shades of Apple #58BC32
Tints of Apple #58BC32
RGB
CMYK
RGB Variations
Color information
#58BC32 (or 0x58BC32) is known color: Apple. HEX triplet: 58, BC and 32. RGB value is (88,188,50). Sum of RGB (Red+Green+Blue) = 88+188+50=326 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.99% from 326); Green value is 188 (73.83% from 255 or 57.67% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 188 - color contains mainly: green. Hex color #58BC32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58BC32 is #A743CD. Grayscale: #8E8E8E. Windows color (decimal): -10961870 or 3325016. OLE color: 3325016.
HSL color Cylindrical-coordinate representation of color #58BC32: hue angle of 103.48º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #58BC32 is Cyan = 0.53, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 188 | 50 | - |
| CMYK | 0.53 | 0 | 0.73 | 0.26 |
| HSL | 103.48º | 0.58% | 0.47% | - |
| HSV(B) | 103.48º | 0.73% | 0.74% | - |
| XYZ | 22.58 | 38.27 | 9.21 | - |
| YUV | 142.37 | 75.87 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 188 | 50 | 0.53 | 0 | 0.73 | 0.26 | 103.48 | 0.58 | 0.47 |
| Hex | 58 | BC | 32 | 35 | 0 | 49 | 1A | 67 | 3A | 2F |
| Octal | 130 | 274 | 62 | 65 | 0 | 111 | 32 | 147 | 72 | 57 |
| Binary | 1011000 | 10111100 | 110010 | 110101 | 0 | 1001001 | 11010 | 1100111 | 111010 | 101111 |
Color Harmonies of #58BC32
Complementary color
Monochromatic Colors of #58BC32
Black with #58BC32
Text Example
Text Example
White with #58BC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BC32; }
p { color: rgb(88,188,50); }
H1.HeaderClassName
{
color: #58BC32;
}
.AnyTagClassName
{
color: #58BC32;
}
</style>
background-color css
<style>
a { background-color: #58BC32; }
a { background-color: rgb(88,188,50); }
div.DivClassName
{
background-color: #58BC32;
}
.BgClassName
{
background-color: #58BC32;
}
</style>
border-color css
<style>
span { border-color: #58BC32; }
span { border-color: rgb(88,188,50); }
td.TdClassName
{
border-color: #58BC32;
}
.TagClassName
{
border-color: #58BC32;
}
</style>