Shades of Apple #58CC40
Tints of Apple #58CC40
RGB
CMYK
RGB Variations
Color information
#58CC40 (or 0x58CC40) is known color: Apple. HEX triplet: 58, CC and 40. RGB value is (88,204,64). Sum of RGB (Red+Green+Blue) = 88+204+64=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 204 (80.08% from 255 or 57.30% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 204 - color contains mainly: green. Hex color #58CC40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58CC40 is #A733BF. Grayscale: #999999. Windows color (decimal): -10957760 or 4246616. OLE color: 4246616.
HSL color Cylindrical-coordinate representation of color #58CC40: hue angle of 109.71º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #58CC40 is Cyan = 0.57, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 88 | 204 | 64 | - |
| CMYK | 0.57 | 0 | 0.69 | 0.2 |
| HSL | 109.71º | 0.58% | 0.53% | - |
| HSV(B) | 109.71º | 0.69% | 0.8% | - |
| XYZ | 26.54 | 45.63 | 12.26 | - |
| YUV | 153.36 | 77.57 | 81.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 204 | 64 | 0.57 | 0 | 0.69 | 0.2 | 109.71 | 0.58 | 0.53 |
| Hex | 58 | CC | 40 | 39 | 0 | 45 | 14 | 6E | 3A | 35 |
| Octal | 130 | 314 | 100 | 71 | 0 | 105 | 24 | 156 | 72 | 65 |
| Binary | 1011000 | 11001100 | 1000000 | 111001 | 0 | 1000101 | 10100 | 1101110 | 111010 | 110101 |
Color Harmonies of #58CC40
Complementary color
Monochromatic Colors of #58CC40
Black with #58CC40
Text Example
Text Example
White with #58CC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CC40; }
p { color: rgb(88,204,64); }
H1.HeaderClassName
{
color: #58CC40;
}
.AnyTagClassName
{
color: #58CC40;
}
</style>
background-color css
<style>
a { background-color: #58CC40; }
a { background-color: rgb(88,204,64); }
div.DivClassName
{
background-color: #58CC40;
}
.BgClassName
{
background-color: #58CC40;
}
</style>
border-color css
<style>
span { border-color: #58CC40; }
span { border-color: rgb(88,204,64); }
td.TdClassName
{
border-color: #58CC40;
}
.TagClassName
{
border-color: #58CC40;
}
</style>