Shades of Apple #5FAD36
Tints of Apple #5FAD36
RGB
CMYK
RGB Variations
Color information
#5FAD36 (or 0x5FAD36) is known color: Apple. HEX triplet: 5F, AD and 36. RGB value is (95,173,54). Sum of RGB (Red+Green+Blue) = 95+173+54=322 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.50% from 322); Green value is 173 (67.97% from 255 or 53.73% from 322); Blue value is 54 (21.48% from 255 or 16.77% from 322); Max value from RGB is 173 - color contains mainly: green. Hex color #5FAD36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAD36 is #A052C9. Grayscale: #888888. Windows color (decimal): -10506954 or 3583327. OLE color: 3583327.
HSL color Cylindrical-coordinate representation of color #5FAD36: hue angle of 99.33º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5FAD36 is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 95 | 173 | 54 | - |
| CMYK | 0.45 | 0 | 0.69 | 0.32 |
| HSL | 99.33º | 0.52% | 0.45% | - |
| HSV(B) | 99.33º | 0.69% | 0.68% | - |
| XYZ | 20.33 | 32.59 | 8.71 | - |
| YUV | 136.11 | 81.66 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 173 | 54 | 0.45 | 0 | 0.69 | 0.32 | 99.33 | 0.52 | 0.45 |
| Hex | 5F | AD | 36 | 2D | 0 | 45 | 20 | 63 | 34 | 2D |
| Octal | 137 | 255 | 66 | 55 | 0 | 105 | 40 | 143 | 64 | 55 |
| Binary | 1011111 | 10101101 | 110110 | 101101 | 0 | 1000101 | 100000 | 1100011 | 110100 | 101101 |
Color Harmonies of #5FAD36
Complementary color
Monochromatic Colors of #5FAD36
Black with #5FAD36
Text Example
Text Example
White with #5FAD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAD36; }
p { color: rgb(95,173,54); }
H1.HeaderClassName
{
color: #5FAD36;
}
.AnyTagClassName
{
color: #5FAD36;
}
</style>
background-color css
<style>
a { background-color: #5FAD36; }
a { background-color: rgb(95,173,54); }
div.DivClassName
{
background-color: #5FAD36;
}
.BgClassName
{
background-color: #5FAD36;
}
</style>
border-color css
<style>
span { border-color: #5FAD36; }
span { border-color: rgb(95,173,54); }
td.TdClassName
{
border-color: #5FAD36;
}
.TagClassName
{
border-color: #5FAD36;
}
</style>