Shades of Apple #58CA49
Tints of Apple #58CA49
RGB
CMYK
RGB Variations
Color information
#58CA49 (or 0x58CA49) is known color: Apple. HEX triplet: 58, CA and 49. RGB value is (88,202,73). Sum of RGB (Red+Green+Blue) = 88+202+73=363 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.24% from 363); Green value is 202 (79.30% from 255 or 55.65% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 202 - color contains mainly: green. Hex color #58CA49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58CA49 is #A735B6. Grayscale: #999999. Windows color (decimal): -10958263 or 4835928. OLE color: 4835928.
HSL color Cylindrical-coordinate representation of color #58CA49: hue angle of 113.02º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58CA49 is Cyan = 0.56, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 88 | 202 | 73 | - |
| CMYK | 0.56 | 0 | 0.64 | 0.21 |
| HSL | 113.02º | 0.55% | 0.54% | - |
| HSV(B) | 113.02º | 0.64% | 0.79% | - |
| XYZ | 26.35 | 44.8 | 13.56 | - |
| YUV | 153.21 | 82.73 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 202 | 73 | 0.56 | 0 | 0.64 | 0.21 | 113.02 | 0.55 | 0.54 |
| Hex | 58 | CA | 49 | 38 | 0 | 40 | 15 | 71 | 37 | 36 |
| Octal | 130 | 312 | 111 | 70 | 0 | 100 | 25 | 161 | 67 | 66 |
| Binary | 1011000 | 11001010 | 1001001 | 111000 | 0 | 1000000 | 10101 | 1110001 | 110111 | 110110 |
Color Harmonies of #58CA49
Complementary color
Monochromatic Colors of #58CA49
Black with #58CA49
Text Example
Text Example
White with #58CA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CA49; }
p { color: rgb(88,202,73); }
H1.HeaderClassName
{
color: #58CA49;
}
.AnyTagClassName
{
color: #58CA49;
}
</style>
background-color css
<style>
a { background-color: #58CA49; }
a { background-color: rgb(88,202,73); }
div.DivClassName
{
background-color: #58CA49;
}
.BgClassName
{
background-color: #58CA49;
}
</style>
border-color css
<style>
span { border-color: #58CA49; }
span { border-color: rgb(88,202,73); }
td.TdClassName
{
border-color: #58CA49;
}
.TagClassName
{
border-color: #58CA49;
}
</style>