Shades of Apple #58CB50
Tints of Apple #58CB50
RGB
CMYK
RGB Variations
Color information
#58CB50 (or 0x58CB50) is known color: Apple. HEX triplet: 58, CB and 50. RGB value is (88,203,80). Sum of RGB (Red+Green+Blue) = 88+203+80=371 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.72% from 371); Green value is 203 (79.69% from 255 or 54.72% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 203 - color contains mainly: green. Hex color #58CB50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58CB50 is #A734AF. Grayscale: #9A9A9A. Windows color (decimal): -10958000 or 5294936. OLE color: 5294936.
HSL color Cylindrical-coordinate representation of color #58CB50: hue angle of 116.1º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58CB50 is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 203 | 80 | - |
| CMYK | 0.57 | 0 | 0.61 | 0.20 |
| HSL | 116.1º | 0.54% | 0.55% | - |
| HSV(B) | 116.1º | 0.61% | 0.8% | - |
| XYZ | 26.83 | 45.37 | 14.93 | - |
| YUV | 154.59 | 85.9 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 203 | 80 | 0.57 | 0 | 0.61 | 0.20 | 116.1 | 0.54 | 0.55 |
| Hex | 58 | CB | 50 | 39 | 0 | 3D | 14 | 74 | 36 | 37 |
| Octal | 130 | 313 | 120 | 71 | 0 | 75 | 24 | 164 | 66 | 67 |
| Binary | 1011000 | 11001011 | 1010000 | 111001 | 0 | 111101 | 10100 | 1110100 | 110110 | 110111 |
Color Harmonies of #58CB50
Complementary color
Monochromatic Colors of #58CB50
Black with #58CB50
Text Example
Text Example
White with #58CB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CB50; }
p { color: rgb(88,203,80); }
H1.HeaderClassName
{
color: #58CB50;
}
.AnyTagClassName
{
color: #58CB50;
}
</style>
background-color css
<style>
a { background-color: #58CB50; }
a { background-color: rgb(88,203,80); }
div.DivClassName
{
background-color: #58CB50;
}
.BgClassName
{
background-color: #58CB50;
}
</style>
border-color css
<style>
span { border-color: #58CB50; }
span { border-color: rgb(88,203,80); }
td.TdClassName
{
border-color: #58CB50;
}
.TagClassName
{
border-color: #58CB50;
}
</style>