Shades of Apple #5DAE31
Tints of Apple #5DAE31
RGB
CMYK
RGB Variations
Color information
#5DAE31 (or 0x5DAE31) is known color: Apple. HEX triplet: 5D, AE and 31. RGB value is (93,174,49). Sum of RGB (Red+Green+Blue) = 93+174+49=316 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.43% from 316); Green value is 174 (68.36% from 255 or 55.06% from 316); Blue value is 49 (19.53% from 255 or 15.51% from 316); Max value from RGB is 174 - color contains mainly: green. Hex color #5DAE31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAE31 is #A251CE. Grayscale: #878787. Windows color (decimal): -10637775 or 3255901. OLE color: 3255901.
HSL color Cylindrical-coordinate representation of color #5DAE31: hue angle of 98.88º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5DAE31 is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 174 | 49 | - |
| CMYK | 0.47 | 0 | 0.72 | 0.32 |
| HSL | 98.88º | 0.56% | 0.44% | - |
| HSV(B) | 98.88º | 0.72% | 0.68% | - |
| XYZ | 20.2 | 32.82 | 8.18 | - |
| YUV | 135.53 | 79.16 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 174 | 49 | 0.47 | 0 | 0.72 | 0.32 | 98.88 | 0.56 | 0.44 |
| Hex | 5D | AE | 31 | 2F | 0 | 48 | 20 | 63 | 38 | 2C |
| Octal | 135 | 256 | 61 | 57 | 0 | 110 | 40 | 143 | 70 | 54 |
| Binary | 1011101 | 10101110 | 110001 | 101111 | 0 | 1001000 | 100000 | 1100011 | 111000 | 101100 |
Color Harmonies of #5DAE31
Complementary color
Monochromatic Colors of #5DAE31
Black with #5DAE31
Text Example
Text Example
White with #5DAE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAE31; }
p { color: rgb(93,174,49); }
H1.HeaderClassName
{
color: #5DAE31;
}
.AnyTagClassName
{
color: #5DAE31;
}
</style>
background-color css
<style>
a { background-color: #5DAE31; }
a { background-color: rgb(93,174,49); }
div.DivClassName
{
background-color: #5DAE31;
}
.BgClassName
{
background-color: #5DAE31;
}
</style>
border-color css
<style>
span { border-color: #5DAE31; }
span { border-color: rgb(93,174,49); }
td.TdClassName
{
border-color: #5DAE31;
}
.TagClassName
{
border-color: #5DAE31;
}
</style>