Shades of Apple #58BF4D
Tints of Apple #58BF4D
RGB
CMYK
RGB Variations
Color information
#58BF4D (or 0x58BF4D) is known color: Apple. HEX triplet: 58, BF and 4D. RGB value is (88,191,77). Sum of RGB (Red+Green+Blue) = 88+191+77=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 191 (75% from 255 or 53.65% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 191 - color contains mainly: green. Hex color #58BF4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58BF4D is #A740B2. Grayscale: #939393. Windows color (decimal): -10961075 or 5095256. OLE color: 5095256.
HSL color Cylindrical-coordinate representation of color #58BF4D: hue angle of 114.21º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58BF4D is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 88 | 191 | 77 | - |
| CMYK | 0.54 | 0 | 0.60 | 0.25 |
| HSL | 114.21º | 0.47% | 0.53% | - |
| HSV(B) | 114.21º | 0.6% | 0.75% | - |
| XYZ | 23.99 | 39.87 | 13.45 | - |
| YUV | 147.21 | 88.38 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 191 | 77 | 0.54 | 0 | 0.60 | 0.25 | 114.21 | 0.47 | 0.53 |
| Hex | 58 | BF | 4D | 36 | 0 | 3C | 19 | 72 | 2F | 35 |
| Octal | 130 | 277 | 115 | 66 | 0 | 74 | 31 | 162 | 57 | 65 |
| Binary | 1011000 | 10111111 | 1001101 | 110110 | 0 | 111100 | 11001 | 1110010 | 101111 | 110101 |
Color Harmonies of #58BF4D
Complementary color
Monochromatic Colors of #58BF4D
Black with #58BF4D
Text Example
Text Example
White with #58BF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BF4D; }
p { color: rgb(88,191,77); }
H1.HeaderClassName
{
color: #58BF4D;
}
.AnyTagClassName
{
color: #58BF4D;
}
</style>
background-color css
<style>
a { background-color: #58BF4D; }
a { background-color: rgb(88,191,77); }
div.DivClassName
{
background-color: #58BF4D;
}
.BgClassName
{
background-color: #58BF4D;
}
</style>
border-color css
<style>
span { border-color: #58BF4D; }
span { border-color: rgb(88,191,77); }
td.TdClassName
{
border-color: #58BF4D;
}
.TagClassName
{
border-color: #58BF4D;
}
</style>