Shades of Apple #5BDA4E
Tints of Apple #5BDA4E
RGB
CMYK
RGB Variations
Color information
#5BDA4E (or 0x5BDA4E) is known color: Apple. HEX triplet: 5B, DA and 4E. RGB value is (91,218,78). Sum of RGB (Red+Green+Blue) = 91+218+78=387 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.51% from 387); Green value is 218 (85.55% from 255 or 56.33% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 218 - color contains mainly: green. Hex color #5BDA4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BDA4E is #A425B1. Grayscale: #A4A4A4. Windows color (decimal): -10757554 or 5167707. OLE color: 5167707.
HSL color Cylindrical-coordinate representation of color #5BDA4E: hue angle of 114.43º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BDA4E is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 91 | 218 | 78 | - |
| CMYK | 0.58 | 0 | 0.64 | 0.15 |
| HSL | 114.43º | 0.65% | 0.58% | - |
| HSV(B) | 114.43º | 0.64% | 0.85% | - |
| XYZ | 30.76 | 52.92 | 15.8 | - |
| YUV | 164.07 | 79.42 | 75.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 218 | 78 | 0.58 | 0 | 0.64 | 0.15 | 114.43 | 0.65 | 0.58 |
| Hex | 5B | DA | 4E | 3A | 0 | 40 | F | 72 | 41 | 3A |
| Octal | 133 | 332 | 116 | 72 | 0 | 100 | 17 | 162 | 101 | 72 |
| Binary | 1011011 | 11011010 | 1001110 | 111010 | 0 | 1000000 | 1111 | 1110010 | 1000001 | 111010 |
Color Harmonies of #5BDA4E
Complementary color
Monochromatic Colors of #5BDA4E
Black with #5BDA4E
Text Example
Text Example
White with #5BDA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDA4E; }
p { color: rgb(91,218,78); }
H1.HeaderClassName
{
color: #5BDA4E;
}
.AnyTagClassName
{
color: #5BDA4E;
}
</style>
background-color css
<style>
a { background-color: #5BDA4E; }
a { background-color: rgb(91,218,78); }
div.DivClassName
{
background-color: #5BDA4E;
}
.BgClassName
{
background-color: #5BDA4E;
}
</style>
border-color css
<style>
span { border-color: #5BDA4E; }
span { border-color: rgb(91,218,78); }
td.TdClassName
{
border-color: #5BDA4E;
}
.TagClassName
{
border-color: #5BDA4E;
}
</style>