Shades of Apple #58C34F
Tints of Apple #58C34F
RGB
CMYK
RGB Variations
Color information
#58C34F (or 0x58C34F) is known color: Apple. HEX triplet: 58, C3 and 4F. RGB value is (88,195,79). Sum of RGB (Red+Green+Blue) = 88+195+79=362 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.31% from 362); Green value is 195 (76.56% from 255 or 53.87% from 362); Blue value is 79 (31.25% from 255 or 21.82% from 362); Max value from RGB is 195 - color contains mainly: green. Hex color #58C34F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58C34F is #A73CB0. Grayscale: #969696. Windows color (decimal): -10960049 or 5227352. OLE color: 5227352.
HSL color Cylindrical-coordinate representation of color #58C34F: hue angle of 115.34º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58C34F is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 195 | 79 | - |
| CMYK | 0.55 | 0 | 0.59 | 0.24 |
| HSL | 115.34º | 0.49% | 0.54% | - |
| HSV(B) | 115.34º | 0.59% | 0.76% | - |
| XYZ | 24.95 | 41.67 | 14.13 | - |
| YUV | 149.78 | 88.05 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 195 | 79 | 0.55 | 0 | 0.59 | 0.24 | 115.34 | 0.49 | 0.54 |
| Hex | 58 | C3 | 4F | 37 | 0 | 3B | 18 | 73 | 31 | 36 |
| Octal | 130 | 303 | 117 | 67 | 0 | 73 | 30 | 163 | 61 | 66 |
| Binary | 1011000 | 11000011 | 1001111 | 110111 | 0 | 111011 | 11000 | 1110011 | 110001 | 110110 |
Color Harmonies of #58C34F
Complementary color
Monochromatic Colors of #58C34F
Black with #58C34F
Text Example
Text Example
White with #58C34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C34F; }
p { color: rgb(88,195,79); }
H1.HeaderClassName
{
color: #58C34F;
}
.AnyTagClassName
{
color: #58C34F;
}
</style>
background-color css
<style>
a { background-color: #58C34F; }
a { background-color: rgb(88,195,79); }
div.DivClassName
{
background-color: #58C34F;
}
.BgClassName
{
background-color: #58C34F;
}
</style>
border-color css
<style>
span { border-color: #58C34F; }
span { border-color: rgb(88,195,79); }
td.TdClassName
{
border-color: #58C34F;
}
.TagClassName
{
border-color: #58C34F;
}
</style>