Shades of Apple #5D9C44
Tints of Apple #5D9C44
RGB
CMYK
RGB Variations
Color information
#5D9C44 (or 0x5D9C44) is known color: Apple. HEX triplet: 5D, 9C and 44. RGB value is (93,156,68). Sum of RGB (Red+Green+Blue) = 93+156+68=317 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.34% from 317); Green value is 156 (61.33% from 255 or 49.21% from 317); Blue value is 68 (26.95% from 255 or 21.45% from 317); Max value from RGB is 156 - color contains mainly: green. Hex color #5D9C44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D9C44 is #A263BB. Grayscale: #7F7F7F. Windows color (decimal): -10642364 or 4496477. OLE color: 4496477.
HSL color Cylindrical-coordinate representation of color #5D9C44: hue angle of 102.95º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D9C44 is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 93 | 156 | 68 | - |
| CMYK | 0.40 | 0 | 0.56 | 0.39 |
| HSL | 102.95º | 0.39% | 0.44% | - |
| HSV(B) | 102.95º | 0.56% | 0.61% | - |
| XYZ | 17.45 | 26.52 | 9.67 | - |
| YUV | 127.13 | 94.63 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 156 | 68 | 0.40 | 0 | 0.56 | 0.39 | 102.95 | 0.39 | 0.44 |
| Hex | 5D | 9C | 44 | 28 | 0 | 38 | 27 | 67 | 27 | 2C |
| Octal | 135 | 234 | 104 | 50 | 0 | 70 | 47 | 147 | 47 | 54 |
| Binary | 1011101 | 10011100 | 1000100 | 101000 | 0 | 111000 | 100111 | 1100111 | 100111 | 101100 |
Color Harmonies of #5D9C44
Complementary color
Monochromatic Colors of #5D9C44
Black with #5D9C44
Text Example
Text Example
White with #5D9C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9C44; }
p { color: rgb(93,156,68); }
H1.HeaderClassName
{
color: #5D9C44;
}
.AnyTagClassName
{
color: #5D9C44;
}
</style>
background-color css
<style>
a { background-color: #5D9C44; }
a { background-color: rgb(93,156,68); }
div.DivClassName
{
background-color: #5D9C44;
}
.BgClassName
{
background-color: #5D9C44;
}
</style>
border-color css
<style>
span { border-color: #5D9C44; }
span { border-color: rgb(93,156,68); }
td.TdClassName
{
border-color: #5D9C44;
}
.TagClassName
{
border-color: #5D9C44;
}
</style>