Shades of Apple #58D83C
Tints of Apple #58D83C
RGB
CMYK
RGB Variations
Color information
#58D83C (or 0x58D83C) is known color: Apple. HEX triplet: 58, D8 and 3C. RGB value is (88,216,60). Sum of RGB (Red+Green+Blue) = 88+216+60=364 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.18% from 364); Green value is 216 (84.77% from 255 or 59.34% from 364); Blue value is 60 (23.83% from 255 or 16.48% from 364); Max value from RGB is 216 - color contains mainly: green. Hex color #58D83C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58D83C is #A727C3. Grayscale: #A0A0A0. Windows color (decimal): -10954692 or 3987544. OLE color: 3987544.
HSL color Cylindrical-coordinate representation of color #58D83C: hue angle of 109.23º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #58D83C is Cyan = 0.59, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 88 | 216 | 60 | - |
| CMYK | 0.59 | 0 | 0.72 | 0.15 |
| HSL | 109.23º | 0.67% | 0.54% | - |
| HSV(B) | 109.23º | 0.72% | 0.85% | - |
| XYZ | 29.4 | 51.51 | 12.67 | - |
| YUV | 159.94 | 71.59 | 76.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 216 | 60 | 0.59 | 0 | 0.72 | 0.15 | 109.23 | 0.67 | 0.54 |
| Hex | 58 | D8 | 3C | 3B | 0 | 48 | F | 6D | 43 | 36 |
| Octal | 130 | 330 | 74 | 73 | 0 | 110 | 17 | 155 | 103 | 66 |
| Binary | 1011000 | 11011000 | 111100 | 111011 | 0 | 1001000 | 1111 | 1101101 | 1000011 | 110110 |
Color Harmonies of #58D83C
Complementary color
Monochromatic Colors of #58D83C
Black with #58D83C
Text Example
Text Example
White with #58D83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D83C; }
p { color: rgb(88,216,60); }
H1.HeaderClassName
{
color: #58D83C;
}
.AnyTagClassName
{
color: #58D83C;
}
</style>
background-color css
<style>
a { background-color: #58D83C; }
a { background-color: rgb(88,216,60); }
div.DivClassName
{
background-color: #58D83C;
}
.BgClassName
{
background-color: #58D83C;
}
</style>
border-color css
<style>
span { border-color: #58D83C; }
span { border-color: rgb(88,216,60); }
td.TdClassName
{
border-color: #58D83C;
}
.TagClassName
{
border-color: #58D83C;
}
</style>