Shades of Apple #5DB146
Tints of Apple #5DB146
RGB
CMYK
RGB Variations
Color information
#5DB146 (or 0x5DB146) is known color: Apple. HEX triplet: 5D, B1 and 46. RGB value is (93,177,70). Sum of RGB (Red+Green+Blue) = 93+177+70=340 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.35% from 340); Green value is 177 (69.53% from 255 or 52.06% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 177 - color contains mainly: green. Hex color #5DB146 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DB146 is #A24EB9. Grayscale: #8C8C8C. Windows color (decimal): -10636986 or 4632925. OLE color: 4632925.
HSL color Cylindrical-coordinate representation of color #5DB146: hue angle of 107.1º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DB146 is Cyan = 0.47, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 177 | 70 | - |
| CMYK | 0.47 | 0 | 0.60 | 0.31 |
| HSL | 107.1º | 0.43% | 0.48% | - |
| HSV(B) | 107.1º | 0.6% | 0.69% | - |
| XYZ | 21.34 | 34.21 | 11.27 | - |
| YUV | 139.69 | 88.67 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 177 | 70 | 0.47 | 0 | 0.60 | 0.31 | 107.1 | 0.43 | 0.48 |
| Hex | 5D | B1 | 46 | 2F | 0 | 3C | 1F | 6B | 2B | 30 |
| Octal | 135 | 261 | 106 | 57 | 0 | 74 | 37 | 153 | 53 | 60 |
| Binary | 1011101 | 10110001 | 1000110 | 101111 | 0 | 111100 | 11111 | 1101011 | 101011 | 110000 |
Color Harmonies of #5DB146
Complementary color
Monochromatic Colors of #5DB146
Black with #5DB146
Text Example
Text Example
White with #5DB146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB146; }
p { color: rgb(93,177,70); }
H1.HeaderClassName
{
color: #5DB146;
}
.AnyTagClassName
{
color: #5DB146;
}
</style>
background-color css
<style>
a { background-color: #5DB146; }
a { background-color: rgb(93,177,70); }
div.DivClassName
{
background-color: #5DB146;
}
.BgClassName
{
background-color: #5DB146;
}
</style>
border-color css
<style>
span { border-color: #5DB146; }
span { border-color: rgb(93,177,70); }
td.TdClassName
{
border-color: #5DB146;
}
.TagClassName
{
border-color: #5DB146;
}
</style>