Shades of Apple #5DB050
Tints of Apple #5DB050
RGB
CMYK
RGB Variations
Color information
#5DB050 (or 0x5DB050) is known color: Apple. HEX triplet: 5D, B0 and 50. RGB value is (93,176,80). Sum of RGB (Red+Green+Blue) = 93+176+80=349 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.65% from 349); Green value is 176 (69.14% from 255 or 50.43% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 176 - color contains mainly: green. Hex color #5DB050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DB050 is #A24FAF. Grayscale: #8C8C8C. Windows color (decimal): -10637232 or 5288029. OLE color: 5288029.
HSL color Cylindrical-coordinate representation of color #5DB050: hue angle of 111.88º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DB050 is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 176 | 80 | - |
| CMYK | 0.47 | 0 | 0.55 | 0.31 |
| HSL | 111.88º | 0.38% | 0.5% | - |
| HSV(B) | 111.88º | 0.55% | 0.69% | - |
| XYZ | 21.49 | 33.96 | 13.01 | - |
| YUV | 140.24 | 94 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 176 | 80 | 0.47 | 0 | 0.55 | 0.31 | 111.88 | 0.38 | 0.5 |
| Hex | 5D | B0 | 50 | 2F | 0 | 37 | 1F | 70 | 26 | 32 |
| Octal | 135 | 260 | 120 | 57 | 0 | 67 | 37 | 160 | 46 | 62 |
| Binary | 1011101 | 10110000 | 1010000 | 101111 | 0 | 110111 | 11111 | 1110000 | 100110 | 110010 |
Color Harmonies of #5DB050
Complementary color
Monochromatic Colors of #5DB050
Black with #5DB050
Text Example
Text Example
White with #5DB050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB050; }
p { color: rgb(93,176,80); }
H1.HeaderClassName
{
color: #5DB050;
}
.AnyTagClassName
{
color: #5DB050;
}
</style>
background-color css
<style>
a { background-color: #5DB050; }
a { background-color: rgb(93,176,80); }
div.DivClassName
{
background-color: #5DB050;
}
.BgClassName
{
background-color: #5DB050;
}
</style>
border-color css
<style>
span { border-color: #5DB050; }
span { border-color: rgb(93,176,80); }
td.TdClassName
{
border-color: #5DB050;
}
.TagClassName
{
border-color: #5DB050;
}
</style>