Shades of Apple #58C034
Tints of Apple #58C034
RGB
CMYK
RGB Variations
Color information
#58C034 (or 0x58C034) is known color: Apple. HEX triplet: 58, C0 and 34. RGB value is (88,192,52). Sum of RGB (Red+Green+Blue) = 88+192+52=332 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.51% from 332); Green value is 192 (75.39% from 255 or 57.83% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 192 - color contains mainly: green. Hex color #58C034 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58C034 is #A73FCB. Grayscale: #919191. Windows color (decimal): -10960844 or 3457112. OLE color: 3457112.
HSL color Cylindrical-coordinate representation of color #58C034: hue angle of 104.57º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #58C034 is Cyan = 0.54, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 88 | 192 | 52 | - |
| CMYK | 0.54 | 0 | 0.73 | 0.25 |
| HSL | 104.57º | 0.57% | 0.48% | - |
| HSV(B) | 104.57º | 0.73% | 0.75% | - |
| XYZ | 23.49 | 40.02 | 9.74 | - |
| YUV | 144.94 | 75.54 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 192 | 52 | 0.54 | 0 | 0.73 | 0.25 | 104.57 | 0.57 | 0.48 |
| Hex | 58 | C0 | 34 | 36 | 0 | 49 | 19 | 69 | 39 | 30 |
| Octal | 130 | 300 | 64 | 66 | 0 | 111 | 31 | 151 | 71 | 60 |
| Binary | 1011000 | 11000000 | 110100 | 110110 | 0 | 1001001 | 11001 | 1101001 | 111001 | 110000 |
Color Harmonies of #58C034
Complementary color
Monochromatic Colors of #58C034
Black with #58C034
Text Example
Text Example
White with #58C034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C034; }
p { color: rgb(88,192,52); }
H1.HeaderClassName
{
color: #58C034;
}
.AnyTagClassName
{
color: #58C034;
}
</style>
background-color css
<style>
a { background-color: #58C034; }
a { background-color: rgb(88,192,52); }
div.DivClassName
{
background-color: #58C034;
}
.BgClassName
{
background-color: #58C034;
}
</style>
border-color css
<style>
span { border-color: #58C034; }
span { border-color: rgb(88,192,52); }
td.TdClassName
{
border-color: #58C034;
}
.TagClassName
{
border-color: #58C034;
}
</style>