Shades of Apple #5DAF51
Tints of Apple #5DAF51
RGB
CMYK
RGB Variations
Color information
#5DAF51 (or 0x5DAF51) is known color: Apple. HEX triplet: 5D, AF and 51. RGB value is (93,175,81). Sum of RGB (Red+Green+Blue) = 93+175+81=349 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.65% from 349); Green value is 175 (68.75% from 255 or 50.14% from 349); Blue value is 81 (32.03% from 255 or 23.21% from 349); Max value from RGB is 175 - color contains mainly: green. Hex color #5DAF51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAF51 is #A250AE. Grayscale: #8C8C8C. Windows color (decimal): -10637487 or 5353309. OLE color: 5353309.
HSL color Cylindrical-coordinate representation of color #5DAF51: hue angle of 112.34º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DAF51 is Cyan = 0.47, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 175 | 81 | - |
| CMYK | 0.47 | 0 | 0.54 | 0.31 |
| HSL | 112.34º | 0.37% | 0.5% | - |
| HSV(B) | 112.34º | 0.54% | 0.69% | - |
| XYZ | 21.33 | 33.58 | 13.14 | - |
| YUV | 139.77 | 94.83 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 175 | 81 | 0.47 | 0 | 0.54 | 0.31 | 112.34 | 0.37 | 0.5 |
| Hex | 5D | AF | 51 | 2F | 0 | 36 | 1F | 70 | 25 | 32 |
| Octal | 135 | 257 | 121 | 57 | 0 | 66 | 37 | 160 | 45 | 62 |
| Binary | 1011101 | 10101111 | 1010001 | 101111 | 0 | 110110 | 11111 | 1110000 | 100101 | 110010 |
Color Harmonies of #5DAF51
Complementary color
Monochromatic Colors of #5DAF51
Black with #5DAF51
Text Example
Text Example
White with #5DAF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAF51; }
p { color: rgb(93,175,81); }
H1.HeaderClassName
{
color: #5DAF51;
}
.AnyTagClassName
{
color: #5DAF51;
}
</style>
background-color css
<style>
a { background-color: #5DAF51; }
a { background-color: rgb(93,175,81); }
div.DivClassName
{
background-color: #5DAF51;
}
.BgClassName
{
background-color: #5DAF51;
}
</style>
border-color css
<style>
span { border-color: #5DAF51; }
span { border-color: rgb(93,175,81); }
td.TdClassName
{
border-color: #5DAF51;
}
.TagClassName
{
border-color: #5DAF51;
}
</style>