Shades of Apple #5DAF44
Tints of Apple #5DAF44
RGB
CMYK
RGB Variations
Color information
#5DAF44 (or 0x5DAF44) is known color: Apple. HEX triplet: 5D, AF and 44. RGB value is (93,175,68). Sum of RGB (Red+Green+Blue) = 93+175+68=336 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.68% from 336); Green value is 175 (68.75% from 255 or 52.08% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 175 - color contains mainly: green. Hex color #5DAF44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAF44 is #A250BB. Grayscale: #8A8A8A. Windows color (decimal): -10637500 or 4501341. OLE color: 4501341.
HSL color Cylindrical-coordinate representation of color #5DAF44: hue angle of 105.98º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DAF44 is Cyan = 0.47, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 175 | 68 | - |
| CMYK | 0.47 | 0 | 0.61 | 0.31 |
| HSL | 105.98º | 0.44% | 0.48% | - |
| HSV(B) | 105.98º | 0.61% | 0.69% | - |
| XYZ | 20.89 | 33.4 | 10.82 | - |
| YUV | 138.28 | 88.33 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 175 | 68 | 0.47 | 0 | 0.61 | 0.31 | 105.98 | 0.44 | 0.48 |
| Hex | 5D | AF | 44 | 2F | 0 | 3D | 1F | 6A | 2C | 30 |
| Octal | 135 | 257 | 104 | 57 | 0 | 75 | 37 | 152 | 54 | 60 |
| Binary | 1011101 | 10101111 | 1000100 | 101111 | 0 | 111101 | 11111 | 1101010 | 101100 | 110000 |
Color Harmonies of #5DAF44
Complementary color
Monochromatic Colors of #5DAF44
Black with #5DAF44
Text Example
Text Example
White with #5DAF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAF44; }
p { color: rgb(93,175,68); }
H1.HeaderClassName
{
color: #5DAF44;
}
.AnyTagClassName
{
color: #5DAF44;
}
</style>
background-color css
<style>
a { background-color: #5DAF44; }
a { background-color: rgb(93,175,68); }
div.DivClassName
{
background-color: #5DAF44;
}
.BgClassName
{
background-color: #5DAF44;
}
</style>
border-color css
<style>
span { border-color: #5DAF44; }
span { border-color: rgb(93,175,68); }
td.TdClassName
{
border-color: #5DAF44;
}
.TagClassName
{
border-color: #5DAF44;
}
</style>