Shades of Apple #58C348
Tints of Apple #58C348
RGB
CMYK
RGB Variations
Color information
#58C348 (or 0x58C348) is known color: Apple. HEX triplet: 58, C3 and 48. RGB value is (88,195,72). Sum of RGB (Red+Green+Blue) = 88+195+72=355 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.79% from 355); Green value is 195 (76.56% from 255 or 54.93% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 195 - color contains mainly: green. Hex color #58C348 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58C348 is #A73CB7. Grayscale: #959595. Windows color (decimal): -10960056 or 4768600. OLE color: 4768600.
HSL color Cylindrical-coordinate representation of color #58C348: hue angle of 112.2º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58C348 is Cyan = 0.55, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 195 | 72 | - |
| CMYK | 0.55 | 0 | 0.63 | 0.24 |
| HSL | 112.2º | 0.51% | 0.52% | - |
| HSV(B) | 112.2º | 0.63% | 0.76% | - |
| XYZ | 24.71 | 41.57 | 12.85 | - |
| YUV | 148.99 | 84.55 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 195 | 72 | 0.55 | 0 | 0.63 | 0.24 | 112.2 | 0.51 | 0.52 |
| Hex | 58 | C3 | 48 | 37 | 0 | 3F | 18 | 70 | 33 | 34 |
| Octal | 130 | 303 | 110 | 67 | 0 | 77 | 30 | 160 | 63 | 64 |
| Binary | 1011000 | 11000011 | 1001000 | 110111 | 0 | 111111 | 11000 | 1110000 | 110011 | 110100 |
Color Harmonies of #58C348
Complementary color
Monochromatic Colors of #58C348
Black with #58C348
Text Example
Text Example
White with #58C348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C348; }
p { color: rgb(88,195,72); }
H1.HeaderClassName
{
color: #58C348;
}
.AnyTagClassName
{
color: #58C348;
}
</style>
background-color css
<style>
a { background-color: #58C348; }
a { background-color: rgb(88,195,72); }
div.DivClassName
{
background-color: #58C348;
}
.BgClassName
{
background-color: #58C348;
}
</style>
border-color css
<style>
span { border-color: #58C348; }
span { border-color: rgb(88,195,72); }
td.TdClassName
{
border-color: #58C348;
}
.TagClassName
{
border-color: #58C348;
}
</style>