Shades of Apple #58CA42
Tints of Apple #58CA42
RGB
CMYK
RGB Variations
Color information
#58CA42 (or 0x58CA42) is known color: Apple. HEX triplet: 58, CA and 42. RGB value is (88,202,66). Sum of RGB (Red+Green+Blue) = 88+202+66=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 202 (79.30% from 255 or 56.74% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 202 - color contains mainly: green. Hex color #58CA42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58CA42 is #A735BD. Grayscale: #989898. Windows color (decimal): -10958270 or 4377176. OLE color: 4377176.
HSL color Cylindrical-coordinate representation of color #58CA42: hue angle of 110.29º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #58CA42 is Cyan = 0.56, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 88 | 202 | 66 | - |
| CMYK | 0.56 | 0 | 0.67 | 0.21 |
| HSL | 110.29º | 0.56% | 0.53% | - |
| HSV(B) | 110.29º | 0.67% | 0.79% | - |
| XYZ | 26.13 | 44.71 | 12.41 | - |
| YUV | 152.41 | 79.23 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 202 | 66 | 0.56 | 0 | 0.67 | 0.21 | 110.29 | 0.56 | 0.53 |
| Hex | 58 | CA | 42 | 38 | 0 | 43 | 15 | 6E | 38 | 35 |
| Octal | 130 | 312 | 102 | 70 | 0 | 103 | 25 | 156 | 70 | 65 |
| Binary | 1011000 | 11001010 | 1000010 | 111000 | 0 | 1000011 | 10101 | 1101110 | 111000 | 110101 |
Color Harmonies of #58CA42
Complementary color
Monochromatic Colors of #58CA42
Black with #58CA42
Text Example
Text Example
White with #58CA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CA42; }
p { color: rgb(88,202,66); }
H1.HeaderClassName
{
color: #58CA42;
}
.AnyTagClassName
{
color: #58CA42;
}
</style>
background-color css
<style>
a { background-color: #58CA42; }
a { background-color: rgb(88,202,66); }
div.DivClassName
{
background-color: #58CA42;
}
.BgClassName
{
background-color: #58CA42;
}
</style>
border-color css
<style>
span { border-color: #58CA42; }
span { border-color: rgb(88,202,66); }
td.TdClassName
{
border-color: #58CA42;
}
.TagClassName
{
border-color: #58CA42;
}
</style>