Shades of Apple #58CA46
Tints of Apple #58CA46
RGB
CMYK
RGB Variations
Color information
#58CA46 (or 0x58CA46) is known color: Apple. HEX triplet: 58, CA and 46. RGB value is (88,202,70). Sum of RGB (Red+Green+Blue) = 88+202+70=360 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.44% from 360); Green value is 202 (79.30% from 255 or 56.11% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 202 - color contains mainly: green. Hex color #58CA46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58CA46 is #A735B9. Grayscale: #999999. Windows color (decimal): -10958266 or 4639320. OLE color: 4639320.
HSL color Cylindrical-coordinate representation of color #58CA46: hue angle of 111.82º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58CA46 is Cyan = 0.56, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 88 | 202 | 70 | - |
| CMYK | 0.56 | 0 | 0.65 | 0.21 |
| HSL | 111.82º | 0.55% | 0.53% | - |
| HSV(B) | 111.82º | 0.65% | 0.79% | - |
| XYZ | 26.25 | 44.76 | 13.05 | - |
| YUV | 152.87 | 81.23 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 202 | 70 | 0.56 | 0 | 0.65 | 0.21 | 111.82 | 0.55 | 0.53 |
| Hex | 58 | CA | 46 | 38 | 0 | 41 | 15 | 70 | 37 | 35 |
| Octal | 130 | 312 | 106 | 70 | 0 | 101 | 25 | 160 | 67 | 65 |
| Binary | 1011000 | 11001010 | 1000110 | 111000 | 0 | 1000001 | 10101 | 1110000 | 110111 | 110101 |
Color Harmonies of #58CA46
Complementary color
Monochromatic Colors of #58CA46
Black with #58CA46
Text Example
Text Example
White with #58CA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CA46; }
p { color: rgb(88,202,70); }
H1.HeaderClassName
{
color: #58CA46;
}
.AnyTagClassName
{
color: #58CA46;
}
</style>
background-color css
<style>
a { background-color: #58CA46; }
a { background-color: rgb(88,202,70); }
div.DivClassName
{
background-color: #58CA46;
}
.BgClassName
{
background-color: #58CA46;
}
</style>
border-color css
<style>
span { border-color: #58CA46; }
span { border-color: rgb(88,202,70); }
td.TdClassName
{
border-color: #58CA46;
}
.TagClassName
{
border-color: #58CA46;
}
</style>