Shades of Apple #5DAF31
Tints of Apple #5DAF31
RGB
CMYK
RGB Variations
Color information
#5DAF31 (or 0x5DAF31) is known color: Apple. HEX triplet: 5D, AF and 31. RGB value is (93,175,49). Sum of RGB (Red+Green+Blue) = 93+175+49=317 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.34% from 317); Green value is 175 (68.75% from 255 or 55.21% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 175 - color contains mainly: green. Hex color #5DAF31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAF31 is #A250CE. Grayscale: #888888. Windows color (decimal): -10637519 or 3256157. OLE color: 3256157.
HSL color Cylindrical-coordinate representation of color #5DAF31: hue angle of 99.05º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5DAF31 is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 175 | 49 | - |
| CMYK | 0.47 | 0 | 0.72 | 0.31 |
| HSL | 99.05º | 0.56% | 0.44% | - |
| HSV(B) | 99.05º | 0.72% | 0.69% | - |
| XYZ | 20.4 | 33.21 | 8.24 | - |
| YUV | 136.12 | 78.83 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 175 | 49 | 0.47 | 0 | 0.72 | 0.31 | 99.05 | 0.56 | 0.44 |
| Hex | 5D | AF | 31 | 2F | 0 | 48 | 1F | 63 | 38 | 2C |
| Octal | 135 | 257 | 61 | 57 | 0 | 110 | 37 | 143 | 70 | 54 |
| Binary | 1011101 | 10101111 | 110001 | 101111 | 0 | 1001000 | 11111 | 1100011 | 111000 | 101100 |
Color Harmonies of #5DAF31
Complementary color
Monochromatic Colors of #5DAF31
Black with #5DAF31
Text Example
Text Example
White with #5DAF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAF31; }
p { color: rgb(93,175,49); }
H1.HeaderClassName
{
color: #5DAF31;
}
.AnyTagClassName
{
color: #5DAF31;
}
</style>
background-color css
<style>
a { background-color: #5DAF31; }
a { background-color: rgb(93,175,49); }
div.DivClassName
{
background-color: #5DAF31;
}
.BgClassName
{
background-color: #5DAF31;
}
</style>
border-color css
<style>
span { border-color: #5DAF31; }
span { border-color: rgb(93,175,49); }
td.TdClassName
{
border-color: #5DAF31;
}
.TagClassName
{
border-color: #5DAF31;
}
</style>