Shades of Apple #58B442
Tints of Apple #58B442
RGB
CMYK
RGB Variations
Color information
#58B442 (or 0x58B442) is known color: Apple. HEX triplet: 58, B4 and 42. RGB value is (88,180,66). Sum of RGB (Red+Green+Blue) = 88+180+66=334 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.35% from 334); Green value is 180 (70.70% from 255 or 53.89% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 180 - color contains mainly: green. Hex color #58B442 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58B442 is #A74BBD. Grayscale: #8B8B8B. Windows color (decimal): -10963902 or 4371544. OLE color: 4371544.
HSL color Cylindrical-coordinate representation of color #58B442: hue angle of 108.42º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58B442 is Cyan = 0.51, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 88 | 180 | 66 | - |
| CMYK | 0.51 | 0 | 0.63 | 0.29 |
| HSL | 108.42º | 0.46% | 0.48% | - |
| HSV(B) | 108.42º | 0.63% | 0.71% | - |
| XYZ | 21.33 | 35.11 | 10.81 | - |
| YUV | 139.5 | 86.52 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 180 | 66 | 0.51 | 0 | 0.63 | 0.29 | 108.42 | 0.46 | 0.48 |
| Hex | 58 | B4 | 42 | 33 | 0 | 3F | 1D | 6C | 2E | 30 |
| Octal | 130 | 264 | 102 | 63 | 0 | 77 | 35 | 154 | 56 | 60 |
| Binary | 1011000 | 10110100 | 1000010 | 110011 | 0 | 111111 | 11101 | 1101100 | 101110 | 110000 |
Color Harmonies of #58B442
Complementary color
Monochromatic Colors of #58B442
Black with #58B442
Text Example
Text Example
White with #58B442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B442; }
p { color: rgb(88,180,66); }
H1.HeaderClassName
{
color: #58B442;
}
.AnyTagClassName
{
color: #58B442;
}
</style>
background-color css
<style>
a { background-color: #58B442; }
a { background-color: rgb(88,180,66); }
div.DivClassName
{
background-color: #58B442;
}
.BgClassName
{
background-color: #58B442;
}
</style>
border-color css
<style>
span { border-color: #58B442; }
span { border-color: rgb(88,180,66); }
td.TdClassName
{
border-color: #58B442;
}
.TagClassName
{
border-color: #58B442;
}
</style>