Shades of Apple #5DC050
Tints of Apple #5DC050
RGB
CMYK
RGB Variations
Color information
#5DC050 (or 0x5DC050) is known color: Apple. HEX triplet: 5D, C0 and 50. RGB value is (93,192,80). Sum of RGB (Red+Green+Blue) = 93+192+80=365 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.48% from 365); Green value is 192 (75.39% from 255 or 52.60% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 192 - color contains mainly: green. Hex color #5DC050 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC050 is #A23FAF. Grayscale: #959595. Windows color (decimal): -10633136 or 5292125. OLE color: 5292125.
HSL color Cylindrical-coordinate representation of color #5DC050: hue angle of 113.04º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DC050 is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 192 | 80 | - |
| CMYK | 0.52 | 0 | 0.58 | 0.25 |
| HSL | 113.04º | 0.47% | 0.53% | - |
| HSV(B) | 113.04º | 0.58% | 0.75% | - |
| XYZ | 24.81 | 40.61 | 14.12 | - |
| YUV | 149.63 | 88.7 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 192 | 80 | 0.52 | 0 | 0.58 | 0.25 | 113.04 | 0.47 | 0.53 |
| Hex | 5D | C0 | 50 | 34 | 0 | 3A | 19 | 71 | 2F | 35 |
| Octal | 135 | 300 | 120 | 64 | 0 | 72 | 31 | 161 | 57 | 65 |
| Binary | 1011101 | 11000000 | 1010000 | 110100 | 0 | 111010 | 11001 | 1110001 | 101111 | 110101 |
Color Harmonies of #5DC050
Complementary color
Monochromatic Colors of #5DC050
Black with #5DC050
Text Example
Text Example
White with #5DC050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC050; }
p { color: rgb(93,192,80); }
H1.HeaderClassName
{
color: #5DC050;
}
.AnyTagClassName
{
color: #5DC050;
}
</style>
background-color css
<style>
a { background-color: #5DC050; }
a { background-color: rgb(93,192,80); }
div.DivClassName
{
background-color: #5DC050;
}
.BgClassName
{
background-color: #5DC050;
}
</style>
border-color css
<style>
span { border-color: #5DC050; }
span { border-color: rgb(93,192,80); }
td.TdClassName
{
border-color: #5DC050;
}
.TagClassName
{
border-color: #5DC050;
}
</style>