Shades of Apple #5D9F4C
Tints of Apple #5D9F4C
RGB
CMYK
RGB Variations
Color information
#5D9F4C (or 0x5D9F4C) is known color: Apple. HEX triplet: 5D, 9F and 4C. RGB value is (93,159,76). Sum of RGB (Red+Green+Blue) = 93+159+76=328 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.35% from 328); Green value is 159 (62.5% from 255 or 48.48% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 159 - color contains mainly: green. Hex color #5D9F4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D9F4C is #A260B3. Grayscale: #828282. Windows color (decimal): -10641588 or 5021533. OLE color: 5021533.
HSL color Cylindrical-coordinate representation of color #5D9F4C: hue angle of 107.71º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5D9F4C is Cyan = 0.42, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 93 | 159 | 76 | - |
| CMYK | 0.42 | 0 | 0.52 | 0.38 |
| HSL | 107.71º | 0.35% | 0.46% | - |
| HSV(B) | 107.71º | 0.52% | 0.62% | - |
| XYZ | 18.22 | 27.65 | 11.21 | - |
| YUV | 129.8 | 97.63 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 159 | 76 | 0.42 | 0 | 0.52 | 0.38 | 107.71 | 0.35 | 0.46 |
| Hex | 5D | 9F | 4C | 2A | 0 | 34 | 26 | 6C | 23 | 2E |
| Octal | 135 | 237 | 114 | 52 | 0 | 64 | 46 | 154 | 43 | 56 |
| Binary | 1011101 | 10011111 | 1001100 | 101010 | 0 | 110100 | 100110 | 1101100 | 100011 | 101110 |
Color Harmonies of #5D9F4C
Complementary color
Monochromatic Colors of #5D9F4C
Black with #5D9F4C
Text Example
Text Example
White with #5D9F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9F4C; }
p { color: rgb(93,159,76); }
H1.HeaderClassName
{
color: #5D9F4C;
}
.AnyTagClassName
{
color: #5D9F4C;
}
</style>
background-color css
<style>
a { background-color: #5D9F4C; }
a { background-color: rgb(93,159,76); }
div.DivClassName
{
background-color: #5D9F4C;
}
.BgClassName
{
background-color: #5D9F4C;
}
</style>
border-color css
<style>
span { border-color: #5D9F4C; }
span { border-color: rgb(93,159,76); }
td.TdClassName
{
border-color: #5D9F4C;
}
.TagClassName
{
border-color: #5D9F4C;
}
</style>