Shades of Apple #5FAD4B
Tints of Apple #5FAD4B
RGB
CMYK
RGB Variations
Color information
#5FAD4B (or 0x5FAD4B) is known color: Apple. HEX triplet: 5F, AD and 4B. RGB value is (95,173,75). Sum of RGB (Red+Green+Blue) = 95+173+75=343 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.70% from 343); Green value is 173 (67.97% from 255 or 50.44% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 173 - color contains mainly: green. Hex color #5FAD4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAD4B is #A052B4. Grayscale: #8A8A8A. Windows color (decimal): -10506933 or 4959583. OLE color: 4959583.
HSL color Cylindrical-coordinate representation of color #5FAD4B: hue angle of 107.76º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FAD4B is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 95 | 173 | 75 | - |
| CMYK | 0.45 | 0 | 0.57 | 0.32 |
| HSL | 107.76º | 0.4% | 0.49% | - |
| HSV(B) | 107.76º | 0.57% | 0.68% | - |
| XYZ | 20.93 | 32.83 | 11.89 | - |
| YUV | 138.51 | 92.16 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 173 | 75 | 0.45 | 0 | 0.57 | 0.32 | 107.76 | 0.4 | 0.49 |
| Hex | 5F | AD | 4B | 2D | 0 | 39 | 20 | 6C | 28 | 31 |
| Octal | 137 | 255 | 113 | 55 | 0 | 71 | 40 | 154 | 50 | 61 |
| Binary | 1011111 | 10101101 | 1001011 | 101101 | 0 | 111001 | 100000 | 1101100 | 101000 | 110001 |
Color Harmonies of #5FAD4B
Complementary color
Monochromatic Colors of #5FAD4B
Black with #5FAD4B
Text Example
Text Example
White with #5FAD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAD4B; }
p { color: rgb(95,173,75); }
H1.HeaderClassName
{
color: #5FAD4B;
}
.AnyTagClassName
{
color: #5FAD4B;
}
</style>
background-color css
<style>
a { background-color: #5FAD4B; }
a { background-color: rgb(95,173,75); }
div.DivClassName
{
background-color: #5FAD4B;
}
.BgClassName
{
background-color: #5FAD4B;
}
</style>
border-color css
<style>
span { border-color: #5FAD4B; }
span { border-color: rgb(95,173,75); }
td.TdClassName
{
border-color: #5FAD4B;
}
.TagClassName
{
border-color: #5FAD4B;
}
</style>