Shades of Apple #58CC4D
Tints of Apple #58CC4D
RGB
CMYK
RGB Variations
Color information
#58CC4D (or 0x58CC4D) is known color: Apple. HEX triplet: 58, CC and 4D. RGB value is (88,204,77). Sum of RGB (Red+Green+Blue) = 88+204+77=369 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.85% from 369); Green value is 204 (80.08% from 255 or 55.28% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 204 - color contains mainly: green. Hex color #58CC4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58CC4D is #A733B2. Grayscale: #9B9B9B. Windows color (decimal): -10957747 or 5098584. OLE color: 5098584.
HSL color Cylindrical-coordinate representation of color #58CC4D: hue angle of 114.8º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58CC4D is Cyan = 0.57, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 88 | 204 | 77 | - |
| CMYK | 0.57 | 0 | 0.62 | 0.2 |
| HSL | 114.8º | 0.55% | 0.55% | - |
| HSV(B) | 114.8º | 0.62% | 0.8% | - |
| XYZ | 26.96 | 45.8 | 14.44 | - |
| YUV | 154.84 | 84.07 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 204 | 77 | 0.57 | 0 | 0.62 | 0.2 | 114.8 | 0.55 | 0.55 |
| Hex | 58 | CC | 4D | 39 | 0 | 3E | 14 | 73 | 37 | 37 |
| Octal | 130 | 314 | 115 | 71 | 0 | 76 | 24 | 163 | 67 | 67 |
| Binary | 1011000 | 11001100 | 1001101 | 111001 | 0 | 111110 | 10100 | 1110011 | 110111 | 110111 |
Color Harmonies of #58CC4D
Complementary color
Monochromatic Colors of #58CC4D
Black with #58CC4D
Text Example
Text Example
White with #58CC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CC4D; }
p { color: rgb(88,204,77); }
H1.HeaderClassName
{
color: #58CC4D;
}
.AnyTagClassName
{
color: #58CC4D;
}
</style>
background-color css
<style>
a { background-color: #58CC4D; }
a { background-color: rgb(88,204,77); }
div.DivClassName
{
background-color: #58CC4D;
}
.BgClassName
{
background-color: #58CC4D;
}
</style>
border-color css
<style>
span { border-color: #58CC4D; }
span { border-color: rgb(88,204,77); }
td.TdClassName
{
border-color: #58CC4D;
}
.TagClassName
{
border-color: #58CC4D;
}
</style>