Shades of Apple #58CA33
Tints of Apple #58CA33
RGB
CMYK
RGB Variations
Color information
#58CA33 (or 0x58CA33) is known color: Apple. HEX triplet: 58, CA and 33. RGB value is (88,202,51). Sum of RGB (Red+Green+Blue) = 88+202+51=341 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.81% from 341); Green value is 202 (79.30% from 255 or 59.24% from 341); Blue value is 51 (20.31% from 255 or 14.96% from 341); Max value from RGB is 202 - color contains mainly: green. Hex color #58CA33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58CA33 is #A735CC. Grayscale: #979797. Windows color (decimal): -10958285 or 3394136. OLE color: 3394136.
HSL color Cylindrical-coordinate representation of color #58CA33: hue angle of 105.3º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #58CA33 is Cyan = 0.56, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 88 | 202 | 51 | - |
| CMYK | 0.56 | 0 | 0.75 | 0.21 |
| HSL | 105.3º | 0.6% | 0.5% | - |
| HSV(B) | 105.3º | 0.75% | 0.79% | - |
| XYZ | 25.74 | 44.55 | 10.38 | - |
| YUV | 150.7 | 71.73 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 202 | 51 | 0.56 | 0 | 0.75 | 0.21 | 105.3 | 0.6 | 0.5 |
| Hex | 58 | CA | 33 | 38 | 0 | 4B | 15 | 69 | 3C | 32 |
| Octal | 130 | 312 | 63 | 70 | 0 | 113 | 25 | 151 | 74 | 62 |
| Binary | 1011000 | 11001010 | 110011 | 111000 | 0 | 1001011 | 10101 | 1101001 | 111100 | 110010 |
Color Harmonies of #58CA33
Complementary color
Monochromatic Colors of #58CA33
Black with #58CA33
Text Example
Text Example
White with #58CA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CA33; }
p { color: rgb(88,202,51); }
H1.HeaderClassName
{
color: #58CA33;
}
.AnyTagClassName
{
color: #58CA33;
}
</style>
background-color css
<style>
a { background-color: #58CA33; }
a { background-color: rgb(88,202,51); }
div.DivClassName
{
background-color: #58CA33;
}
.BgClassName
{
background-color: #58CA33;
}
</style>
border-color css
<style>
span { border-color: #58CA33; }
span { border-color: rgb(88,202,51); }
td.TdClassName
{
border-color: #58CA33;
}
.TagClassName
{
border-color: #58CA33;
}
</style>