Shades of Apple #5DA148
Tints of Apple #5DA148
RGB
CMYK
RGB Variations
Color information
#5DA148 (or 0x5DA148) is known color: Apple. HEX triplet: 5D, A1 and 48. RGB value is (93,161,72). Sum of RGB (Red+Green+Blue) = 93+161+72=326 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.53% from 326); Green value is 161 (63.28% from 255 or 49.39% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA148 is #A25EB7. Grayscale: #828282. Windows color (decimal): -10641080 or 4759901. OLE color: 4759901.
HSL color Cylindrical-coordinate representation of color #5DA148: hue angle of 105.84º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DA148 is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 161 | 72 | - |
| CMYK | 0.42 | 0 | 0.55 | 0.37 |
| HSL | 105.84º | 0.38% | 0.46% | - |
| HSV(B) | 105.84º | 0.55% | 0.63% | - |
| XYZ | 18.43 | 28.28 | 10.62 | - |
| YUV | 130.52 | 94.97 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 161 | 72 | 0.42 | 0 | 0.55 | 0.37 | 105.84 | 0.38 | 0.46 |
| Hex | 5D | A1 | 48 | 2A | 0 | 37 | 25 | 6A | 26 | 2E |
| Octal | 135 | 241 | 110 | 52 | 0 | 67 | 45 | 152 | 46 | 56 |
| Binary | 1011101 | 10100001 | 1001000 | 101010 | 0 | 110111 | 100101 | 1101010 | 100110 | 101110 |
Color Harmonies of #5DA148
Complementary color
Monochromatic Colors of #5DA148
Black with #5DA148
Text Example
Text Example
White with #5DA148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA148; }
p { color: rgb(93,161,72); }
H1.HeaderClassName
{
color: #5DA148;
}
.AnyTagClassName
{
color: #5DA148;
}
</style>
background-color css
<style>
a { background-color: #5DA148; }
a { background-color: rgb(93,161,72); }
div.DivClassName
{
background-color: #5DA148;
}
.BgClassName
{
background-color: #5DA148;
}
</style>
border-color css
<style>
span { border-color: #5DA148; }
span { border-color: rgb(93,161,72); }
td.TdClassName
{
border-color: #5DA148;
}
.TagClassName
{
border-color: #5DA148;
}
</style>