Shades of Apple #58AF4A
Tints of Apple #58AF4A
RGB
CMYK
RGB Variations
Color information
#58AF4A (or 0x58AF4A) is known color: Apple. HEX triplet: 58, AF and 4A. RGB value is (88,175,74). Sum of RGB (Red+Green+Blue) = 88+175+74=337 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.11% from 337); Green value is 175 (68.75% from 255 or 51.93% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 175 - color contains mainly: green. Hex color #58AF4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58AF4A is #A750B5. Grayscale: #898989. Windows color (decimal): -10965174 or 4894552. OLE color: 4894552.
HSL color Cylindrical-coordinate representation of color #58AF4A: hue angle of 111.68º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58AF4A is Cyan = 0.50, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 88 | 175 | 74 | - |
| CMYK | 0.50 | 0 | 0.58 | 0.31 |
| HSL | 111.68º | 0.41% | 0.49% | - |
| HSV(B) | 111.68º | 0.58% | 0.69% | - |
| XYZ | 20.59 | 33.23 | 11.81 | - |
| YUV | 137.47 | 92.18 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 175 | 74 | 0.50 | 0 | 0.58 | 0.31 | 111.68 | 0.41 | 0.49 |
| Hex | 58 | AF | 4A | 32 | 0 | 3A | 1F | 70 | 29 | 31 |
| Octal | 130 | 257 | 112 | 62 | 0 | 72 | 37 | 160 | 51 | 61 |
| Binary | 1011000 | 10101111 | 1001010 | 110010 | 0 | 111010 | 11111 | 1110000 | 101001 | 110001 |
Color Harmonies of #58AF4A
Complementary color
Monochromatic Colors of #58AF4A
Black with #58AF4A
Text Example
Text Example
White with #58AF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AF4A; }
p { color: rgb(88,175,74); }
H1.HeaderClassName
{
color: #58AF4A;
}
.AnyTagClassName
{
color: #58AF4A;
}
</style>
background-color css
<style>
a { background-color: #58AF4A; }
a { background-color: rgb(88,175,74); }
div.DivClassName
{
background-color: #58AF4A;
}
.BgClassName
{
background-color: #58AF4A;
}
</style>
border-color css
<style>
span { border-color: #58AF4A; }
span { border-color: rgb(88,175,74); }
td.TdClassName
{
border-color: #58AF4A;
}
.TagClassName
{
border-color: #58AF4A;
}
</style>