Shades of Apple #58B23A
Tints of Apple #58B23A
RGB
CMYK
RGB Variations
Color information
#58B23A (or 0x58B23A) is known color: Apple. HEX triplet: 58, B2 and 3A. RGB value is (88,178,58). Sum of RGB (Red+Green+Blue) = 88+178+58=324 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.16% from 324); Green value is 178 (69.92% from 255 or 54.94% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 178 - color contains mainly: green. Hex color #58B23A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58B23A is #A74DC5. Grayscale: #898989. Windows color (decimal): -10964422 or 3846744. OLE color: 3846744.
HSL color Cylindrical-coordinate representation of color #58B23A: hue angle of 105º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #58B23A is Cyan = 0.51, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 88 | 178 | 58 | - |
| CMYK | 0.51 | 0 | 0.67 | 0.30 |
| HSL | 105º | 0.51% | 0.46% | - |
| HSV(B) | 105º | 0.67% | 0.7% | - |
| XYZ | 20.71 | 34.22 | 9.52 | - |
| YUV | 137.41 | 83.18 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 178 | 58 | 0.51 | 0 | 0.67 | 0.30 | 105 | 0.51 | 0.46 |
| Hex | 58 | B2 | 3A | 33 | 0 | 43 | 1E | 69 | 33 | 2E |
| Octal | 130 | 262 | 72 | 63 | 0 | 103 | 36 | 151 | 63 | 56 |
| Binary | 1011000 | 10110010 | 111010 | 110011 | 0 | 1000011 | 11110 | 1101001 | 110011 | 101110 |
Color Harmonies of #58B23A
Complementary color
Monochromatic Colors of #58B23A
Black with #58B23A
Text Example
Text Example
White with #58B23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B23A; }
p { color: rgb(88,178,58); }
H1.HeaderClassName
{
color: #58B23A;
}
.AnyTagClassName
{
color: #58B23A;
}
</style>
background-color css
<style>
a { background-color: #58B23A; }
a { background-color: rgb(88,178,58); }
div.DivClassName
{
background-color: #58B23A;
}
.BgClassName
{
background-color: #58B23A;
}
</style>
border-color css
<style>
span { border-color: #58B23A; }
span { border-color: rgb(88,178,58); }
td.TdClassName
{
border-color: #58B23A;
}
.TagClassName
{
border-color: #58B23A;
}
</style>