Shades of Apple #58BF40
Tints of Apple #58BF40
RGB
CMYK
RGB Variations
Color information
#58BF40 (or 0x58BF40) is known color: Apple. HEX triplet: 58, BF and 40. RGB value is (88,191,64). Sum of RGB (Red+Green+Blue) = 88+191+64=343 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.66% from 343); Green value is 191 (75% from 255 or 55.69% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 191 - color contains mainly: green. Hex color #58BF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58BF40 is #A740BF. Grayscale: #929292. Windows color (decimal): -10961088 or 4243288. OLE color: 4243288.
HSL color Cylindrical-coordinate representation of color #58BF40: hue angle of 108.66º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #58BF40 is Cyan = 0.54, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 88 | 191 | 64 | - |
| CMYK | 0.54 | 0 | 0.66 | 0.25 |
| HSL | 108.66º | 0.5% | 0.5% | - |
| HSV(B) | 108.66º | 0.66% | 0.75% | - |
| XYZ | 23.58 | 39.71 | 11.27 | - |
| YUV | 145.73 | 81.88 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 191 | 64 | 0.54 | 0 | 0.66 | 0.25 | 108.66 | 0.5 | 0.5 |
| Hex | 58 | BF | 40 | 36 | 0 | 42 | 19 | 6D | 32 | 32 |
| Octal | 130 | 277 | 100 | 66 | 0 | 102 | 31 | 155 | 62 | 62 |
| Binary | 1011000 | 10111111 | 1000000 | 110110 | 0 | 1000010 | 11001 | 1101101 | 110010 | 110010 |
Color Harmonies of #58BF40
Complementary color
Monochromatic Colors of #58BF40
Black with #58BF40
Text Example
Text Example
White with #58BF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BF40; }
p { color: rgb(88,191,64); }
H1.HeaderClassName
{
color: #58BF40;
}
.AnyTagClassName
{
color: #58BF40;
}
</style>
background-color css
<style>
a { background-color: #58BF40; }
a { background-color: rgb(88,191,64); }
div.DivClassName
{
background-color: #58BF40;
}
.BgClassName
{
background-color: #58BF40;
}
</style>
border-color css
<style>
span { border-color: #58BF40; }
span { border-color: rgb(88,191,64); }
td.TdClassName
{
border-color: #58BF40;
}
.TagClassName
{
border-color: #58BF40;
}
</style>