Shades of Apple #5BDA40
Tints of Apple #5BDA40
RGB
CMYK
RGB Variations
Color information
#5BDA40 (or 0x5BDA40) is known color: Apple. HEX triplet: 5B, DA and 40. RGB value is (91,218,64). Sum of RGB (Red+Green+Blue) = 91+218+64=373 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.40% from 373); Green value is 218 (85.55% from 255 or 58.45% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 218 - color contains mainly: green. Hex color #5BDA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BDA40 is #A425BF. Grayscale: #A2A2A2. Windows color (decimal): -10757568 or 4250203. OLE color: 4250203.
HSL color Cylindrical-coordinate representation of color #5BDA40: hue angle of 109.48º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5BDA40 is Cyan = 0.58, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 91 | 218 | 64 | - |
| CMYK | 0.58 | 0 | 0.71 | 0.15 |
| HSL | 109.48º | 0.68% | 0.55% | - |
| HSV(B) | 109.48º | 0.71% | 0.85% | - |
| XYZ | 30.31 | 52.74 | 13.43 | - |
| YUV | 162.47 | 72.42 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 218 | 64 | 0.58 | 0 | 0.71 | 0.15 | 109.48 | 0.68 | 0.55 |
| Hex | 5B | DA | 40 | 3A | 0 | 47 | F | 6D | 44 | 37 |
| Octal | 133 | 332 | 100 | 72 | 0 | 107 | 17 | 155 | 104 | 67 |
| Binary | 1011011 | 11011010 | 1000000 | 111010 | 0 | 1000111 | 1111 | 1101101 | 1000100 | 110111 |
Color Harmonies of #5BDA40
Complementary color
Monochromatic Colors of #5BDA40
Black with #5BDA40
Text Example
Text Example
White with #5BDA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDA40; }
p { color: rgb(91,218,64); }
H1.HeaderClassName
{
color: #5BDA40;
}
.AnyTagClassName
{
color: #5BDA40;
}
</style>
background-color css
<style>
a { background-color: #5BDA40; }
a { background-color: rgb(91,218,64); }
div.DivClassName
{
background-color: #5BDA40;
}
.BgClassName
{
background-color: #5BDA40;
}
</style>
border-color css
<style>
span { border-color: #5BDA40; }
span { border-color: rgb(91,218,64); }
td.TdClassName
{
border-color: #5BDA40;
}
.TagClassName
{
border-color: #5BDA40;
}
</style>