Shades of Apple #58CF50
Tints of Apple #58CF50
RGB
CMYK
RGB Variations
Color information
#58CF50 (or 0x58CF50) is known color: Apple. HEX triplet: 58, CF and 50. RGB value is (88,207,80). Sum of RGB (Red+Green+Blue) = 88+207+80=375 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.47% from 375); Green value is 207 (81.25% from 255 or 55.2% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 207 - color contains mainly: green. Hex color #58CF50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58CF50 is #A730AF. Grayscale: #9D9D9D. Windows color (decimal): -10956976 or 5295960. OLE color: 5295960.
HSL color Cylindrical-coordinate representation of color #58CF50: hue angle of 116.22º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58CF50 is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 207 | 80 | - |
| CMYK | 0.57 | 0 | 0.61 | 0.19 |
| HSL | 116.22º | 0.57% | 0.56% | - |
| HSV(B) | 116.22º | 0.61% | 0.81% | - |
| XYZ | 27.79 | 47.28 | 15.25 | - |
| YUV | 156.94 | 84.58 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 207 | 80 | 0.57 | 0 | 0.61 | 0.19 | 116.22 | 0.57 | 0.56 |
| Hex | 58 | CF | 50 | 39 | 0 | 3D | 13 | 74 | 39 | 38 |
| Octal | 130 | 317 | 120 | 71 | 0 | 75 | 23 | 164 | 71 | 70 |
| Binary | 1011000 | 11001111 | 1010000 | 111001 | 0 | 111101 | 10011 | 1110100 | 111001 | 111000 |
Color Harmonies of #58CF50
Complementary color
Monochromatic Colors of #58CF50
Black with #58CF50
Text Example
Text Example
White with #58CF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CF50; }
p { color: rgb(88,207,80); }
H1.HeaderClassName
{
color: #58CF50;
}
.AnyTagClassName
{
color: #58CF50;
}
</style>
background-color css
<style>
a { background-color: #58CF50; }
a { background-color: rgb(88,207,80); }
div.DivClassName
{
background-color: #58CF50;
}
.BgClassName
{
background-color: #58CF50;
}
</style>
border-color css
<style>
span { border-color: #58CF50; }
span { border-color: rgb(88,207,80); }
td.TdClassName
{
border-color: #58CF50;
}
.TagClassName
{
border-color: #58CF50;
}
</style>