Shades of Apple #5DBF50
Tints of Apple #5DBF50
RGB
CMYK
RGB Variations
Color information
#5DBF50 (or 0x5DBF50) is known color: Apple. HEX triplet: 5D, BF and 50. RGB value is (93,191,80). Sum of RGB (Red+Green+Blue) = 93+191+80=364 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.55% from 364); Green value is 191 (75% from 255 or 52.47% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 191 - color contains mainly: green. Hex color #5DBF50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBF50 is #A240AF. Grayscale: #959595. Windows color (decimal): -10633392 or 5291869. OLE color: 5291869.
HSL color Cylindrical-coordinate representation of color #5DBF50: hue angle of 112.97º degrees, saturation: 0.46, 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 #5DBF50 is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 191 | 80 | - |
| CMYK | 0.51 | 0 | 0.58 | 0.25 |
| HSL | 112.97º | 0.46% | 0.53% | - |
| HSV(B) | 112.97º | 0.58% | 0.75% | - |
| XYZ | 24.59 | 40.17 | 14.05 | - |
| YUV | 149.04 | 89.03 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 191 | 80 | 0.51 | 0 | 0.58 | 0.25 | 112.97 | 0.46 | 0.53 |
| Hex | 5D | BF | 50 | 33 | 0 | 3A | 19 | 71 | 2E | 35 |
| Octal | 135 | 277 | 120 | 63 | 0 | 72 | 31 | 161 | 56 | 65 |
| Binary | 1011101 | 10111111 | 1010000 | 110011 | 0 | 111010 | 11001 | 1110001 | 101110 | 110101 |
Color Harmonies of #5DBF50
Complementary color
Monochromatic Colors of #5DBF50
Black with #5DBF50
Text Example
Text Example
White with #5DBF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBF50; }
p { color: rgb(93,191,80); }
H1.HeaderClassName
{
color: #5DBF50;
}
.AnyTagClassName
{
color: #5DBF50;
}
</style>
background-color css
<style>
a { background-color: #5DBF50; }
a { background-color: rgb(93,191,80); }
div.DivClassName
{
background-color: #5DBF50;
}
.BgClassName
{
background-color: #5DBF50;
}
</style>
border-color css
<style>
span { border-color: #5DBF50; }
span { border-color: rgb(93,191,80); }
td.TdClassName
{
border-color: #5DBF50;
}
.TagClassName
{
border-color: #5DBF50;
}
</style>