Shades of Apple #58C351
Tints of Apple #58C351
RGB
CMYK
RGB Variations
Color information
#58C351 (or 0x58C351) is known color: Apple. HEX triplet: 58, C3 and 51. RGB value is (88,195,81). Sum of RGB (Red+Green+Blue) = 88+195+81=364 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.18% from 364); Green value is 195 (76.56% from 255 or 53.57% from 364); Blue value is 81 (32.03% from 255 or 22.25% from 364); Max value from RGB is 195 - color contains mainly: green. Hex color #58C351 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58C351 is #A73CAE. Grayscale: #969696. Windows color (decimal): -10960047 or 5358424. OLE color: 5358424.
HSL color Cylindrical-coordinate representation of color #58C351: hue angle of 116.32º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58C351 is Cyan = 0.55, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 195 | 81 | - |
| CMYK | 0.55 | 0 | 0.58 | 0.24 |
| HSL | 116.32º | 0.49% | 0.54% | - |
| HSV(B) | 116.32º | 0.58% | 0.76% | - |
| XYZ | 25.02 | 41.7 | 14.51 | - |
| YUV | 150.01 | 89.05 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 195 | 81 | 0.55 | 0 | 0.58 | 0.24 | 116.32 | 0.49 | 0.54 |
| Hex | 58 | C3 | 51 | 37 | 0 | 3A | 18 | 74 | 31 | 36 |
| Octal | 130 | 303 | 121 | 67 | 0 | 72 | 30 | 164 | 61 | 66 |
| Binary | 1011000 | 11000011 | 1010001 | 110111 | 0 | 111010 | 11000 | 1110100 | 110001 | 110110 |
Color Harmonies of #58C351
Complementary color
Monochromatic Colors of #58C351
Black with #58C351
Text Example
Text Example
White with #58C351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C351; }
p { color: rgb(88,195,81); }
H1.HeaderClassName
{
color: #58C351;
}
.AnyTagClassName
{
color: #58C351;
}
</style>
background-color css
<style>
a { background-color: #58C351; }
a { background-color: rgb(88,195,81); }
div.DivClassName
{
background-color: #58C351;
}
.BgClassName
{
background-color: #58C351;
}
</style>
border-color css
<style>
span { border-color: #58C351; }
span { border-color: rgb(88,195,81); }
td.TdClassName
{
border-color: #58C351;
}
.TagClassName
{
border-color: #58C351;
}
</style>