Shades of Apple #58CA4D
Tints of Apple #58CA4D
RGB
CMYK
RGB Variations
Color information
#58CA4D (or 0x58CA4D) is known color: Apple. HEX triplet: 58, CA and 4D. RGB value is (88,202,77). Sum of RGB (Red+Green+Blue) = 88+202+77=367 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.98% from 367); Green value is 202 (79.30% from 255 or 55.04% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 202 - color contains mainly: green. Hex color #58CA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58CA4D is #A735B2. Grayscale: #9A9A9A. Windows color (decimal): -10958259 or 5098072. OLE color: 5098072.
HSL color Cylindrical-coordinate representation of color #58CA4D: hue angle of 114.72º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58CA4D is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 88 | 202 | 77 | - |
| CMYK | 0.56 | 0 | 0.62 | 0.21 |
| HSL | 114.72º | 0.54% | 0.55% | - |
| HSV(B) | 114.72º | 0.62% | 0.79% | - |
| XYZ | 26.48 | 44.85 | 14.28 | - |
| YUV | 153.66 | 84.73 | 81.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 202 | 77 | 0.56 | 0 | 0.62 | 0.21 | 114.72 | 0.54 | 0.55 |
| Hex | 58 | CA | 4D | 38 | 0 | 3E | 15 | 73 | 36 | 37 |
| Octal | 130 | 312 | 115 | 70 | 0 | 76 | 25 | 163 | 66 | 67 |
| Binary | 1011000 | 11001010 | 1001101 | 111000 | 0 | 111110 | 10101 | 1110011 | 110110 | 110111 |
Color Harmonies of #58CA4D
Complementary color
Monochromatic Colors of #58CA4D
Black with #58CA4D
Text Example
Text Example
White with #58CA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CA4D; }
p { color: rgb(88,202,77); }
H1.HeaderClassName
{
color: #58CA4D;
}
.AnyTagClassName
{
color: #58CA4D;
}
</style>
background-color css
<style>
a { background-color: #58CA4D; }
a { background-color: rgb(88,202,77); }
div.DivClassName
{
background-color: #58CA4D;
}
.BgClassName
{
background-color: #58CA4D;
}
</style>
border-color css
<style>
span { border-color: #58CA4D; }
span { border-color: rgb(88,202,77); }
td.TdClassName
{
border-color: #58CA4D;
}
.TagClassName
{
border-color: #58CA4D;
}
</style>