Shades of Apple #5DAF55
Tints of Apple #5DAF55
RGB
CMYK
RGB Variations
Color information
#5DAF55 (or 0x5DAF55) is known color: Apple. HEX triplet: 5D, AF and 55. RGB value is (93,175,85). Sum of RGB (Red+Green+Blue) = 93+175+85=353 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.35% from 353); Green value is 175 (68.75% from 255 or 49.58% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 175 - color contains mainly: green. Hex color #5DAF55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAF55 is #A250AA. Grayscale: #8C8C8C. Windows color (decimal): -10637483 or 5615453. OLE color: 5615453.
HSL color Cylindrical-coordinate representation of color #5DAF55: hue angle of 114.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DAF55 is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 175 | 85 | - |
| CMYK | 0.47 | 0 | 0.51 | 0.31 |
| HSL | 114.67º | 0.36% | 0.51% | - |
| HSV(B) | 114.67º | 0.51% | 0.69% | - |
| XYZ | 21.48 | 33.64 | 13.96 | - |
| YUV | 140.22 | 96.83 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 175 | 85 | 0.47 | 0 | 0.51 | 0.31 | 114.67 | 0.36 | 0.51 |
| Hex | 5D | AF | 55 | 2F | 0 | 33 | 1F | 73 | 24 | 33 |
| Octal | 135 | 257 | 125 | 57 | 0 | 63 | 37 | 163 | 44 | 63 |
| Binary | 1011101 | 10101111 | 1010101 | 101111 | 0 | 110011 | 11111 | 1110011 | 100100 | 110011 |
Color Harmonies of #5DAF55
Complementary color
Monochromatic Colors of #5DAF55
Black with #5DAF55
Text Example
Text Example
White with #5DAF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAF55; }
p { color: rgb(93,175,85); }
H1.HeaderClassName
{
color: #5DAF55;
}
.AnyTagClassName
{
color: #5DAF55;
}
</style>
background-color css
<style>
a { background-color: #5DAF55; }
a { background-color: rgb(93,175,85); }
div.DivClassName
{
background-color: #5DAF55;
}
.BgClassName
{
background-color: #5DAF55;
}
</style>
border-color css
<style>
span { border-color: #5DAF55; }
span { border-color: rgb(93,175,85); }
td.TdClassName
{
border-color: #5DAF55;
}
.TagClassName
{
border-color: #5DAF55;
}
</style>