Shades of Apple #58BC4B
Tints of Apple #58BC4B
RGB
CMYK
RGB Variations
Color information
#58BC4B (or 0x58BC4B) is known color: Apple. HEX triplet: 58, BC and 4B. RGB value is (88,188,75). Sum of RGB (Red+Green+Blue) = 88+188+75=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 188 (73.83% from 255 or 53.56% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 188 - color contains mainly: green. Hex color #58BC4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58BC4B is #A743B4. Grayscale: #919191. Windows color (decimal): -10961845 or 4963416. OLE color: 4963416.
HSL color Cylindrical-coordinate representation of color #58BC4B: hue angle of 113.1º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58BC4B is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 188 | 75 | - |
| CMYK | 0.53 | 0 | 0.60 | 0.26 |
| HSL | 113.1º | 0.46% | 0.52% | - |
| HSV(B) | 113.1º | 0.6% | 0.74% | - |
| XYZ | 23.28 | 38.55 | 12.87 | - |
| YUV | 145.22 | 88.37 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 188 | 75 | 0.53 | 0 | 0.60 | 0.26 | 113.1 | 0.46 | 0.52 |
| Hex | 58 | BC | 4B | 35 | 0 | 3C | 1A | 71 | 2E | 34 |
| Octal | 130 | 274 | 113 | 65 | 0 | 74 | 32 | 161 | 56 | 64 |
| Binary | 1011000 | 10111100 | 1001011 | 110101 | 0 | 111100 | 11010 | 1110001 | 101110 | 110100 |
Color Harmonies of #58BC4B
Complementary color
Monochromatic Colors of #58BC4B
Black with #58BC4B
Text Example
Text Example
White with #58BC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BC4B; }
p { color: rgb(88,188,75); }
H1.HeaderClassName
{
color: #58BC4B;
}
.AnyTagClassName
{
color: #58BC4B;
}
</style>
background-color css
<style>
a { background-color: #58BC4B; }
a { background-color: rgb(88,188,75); }
div.DivClassName
{
background-color: #58BC4B;
}
.BgClassName
{
background-color: #58BC4B;
}
</style>
border-color css
<style>
span { border-color: #58BC4B; }
span { border-color: rgb(88,188,75); }
td.TdClassName
{
border-color: #58BC4B;
}
.TagClassName
{
border-color: #58BC4B;
}
</style>