Shades of Apple #58BC31
Tints of Apple #58BC31
RGB
CMYK
RGB Variations
Color information
#58BC31 (or 0x58BC31) is known color: Apple. HEX triplet: 58, BC and 31. RGB value is (88,188,49). Sum of RGB (Red+Green+Blue) = 88+188+49=325 (43% of max value = 765). Red value is 88 (34.77% from 255 or 27.08% from 325); Green value is 188 (73.83% from 255 or 57.85% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 188 - color contains mainly: green. Hex color #58BC31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58BC31 is #A743CE. Grayscale: #8E8E8E. Windows color (decimal): -10961871 or 3259480. OLE color: 3259480.
HSL color Cylindrical-coordinate representation of color #58BC31: hue angle of 103.17º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #58BC31 is Cyan = 0.53, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 188 | 49 | - |
| CMYK | 0.53 | 0 | 0.74 | 0.26 |
| HSL | 103.17º | 0.59% | 0.46% | - |
| HSV(B) | 103.17º | 0.74% | 0.74% | - |
| XYZ | 22.56 | 38.26 | 9.1 | - |
| YUV | 142.25 | 75.37 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 188 | 49 | 0.53 | 0 | 0.74 | 0.26 | 103.17 | 0.59 | 0.46 |
| Hex | 58 | BC | 31 | 35 | 0 | 4A | 1A | 67 | 3B | 2E |
| Octal | 130 | 274 | 61 | 65 | 0 | 112 | 32 | 147 | 73 | 56 |
| Binary | 1011000 | 10111100 | 110001 | 110101 | 0 | 1001010 | 11010 | 1100111 | 111011 | 101110 |
Color Harmonies of #58BC31
Complementary color
Monochromatic Colors of #58BC31
Black with #58BC31
Text Example
Text Example
White with #58BC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BC31; }
p { color: rgb(88,188,49); }
H1.HeaderClassName
{
color: #58BC31;
}
.AnyTagClassName
{
color: #58BC31;
}
</style>
background-color css
<style>
a { background-color: #58BC31; }
a { background-color: rgb(88,188,49); }
div.DivClassName
{
background-color: #58BC31;
}
.BgClassName
{
background-color: #58BC31;
}
</style>
border-color css
<style>
span { border-color: #58BC31; }
span { border-color: rgb(88,188,49); }
td.TdClassName
{
border-color: #58BC31;
}
.TagClassName
{
border-color: #58BC31;
}
</style>