Shades of Apple #5BDA41
Tints of Apple #5BDA41
RGB
CMYK
RGB Variations
Color information
#5BDA41 (or 0x5BDA41) is known color: Apple. HEX triplet: 5B, DA and 41. RGB value is (91,218,65). Sum of RGB (Red+Green+Blue) = 91+218+65=374 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.33% from 374); Green value is 218 (85.55% from 255 or 58.29% from 374); Blue value is 65 (25.78% from 255 or 17.38% from 374); Max value from RGB is 218 - color contains mainly: green. Hex color #5BDA41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BDA41 is #A425BE. Grayscale: #A3A3A3. Windows color (decimal): -10757567 or 4315739. OLE color: 4315739.
HSL color Cylindrical-coordinate representation of color #5BDA41: hue angle of 109.8º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5BDA41 is Cyan = 0.58, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 91 | 218 | 65 | - |
| CMYK | 0.58 | 0 | 0.70 | 0.15 |
| HSL | 109.8º | 0.67% | 0.55% | - |
| HSV(B) | 109.8º | 0.7% | 0.85% | - |
| XYZ | 30.34 | 52.75 | 13.58 | - |
| YUV | 162.59 | 72.92 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 218 | 65 | 0.58 | 0 | 0.70 | 0.15 | 109.8 | 0.67 | 0.55 |
| Hex | 5B | DA | 41 | 3A | 0 | 46 | F | 6E | 43 | 37 |
| Octal | 133 | 332 | 101 | 72 | 0 | 106 | 17 | 156 | 103 | 67 |
| Binary | 1011011 | 11011010 | 1000001 | 111010 | 0 | 1000110 | 1111 | 1101110 | 1000011 | 110111 |
Color Harmonies of #5BDA41
Complementary color
Monochromatic Colors of #5BDA41
Black with #5BDA41
Text Example
Text Example
White with #5BDA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDA41; }
p { color: rgb(91,218,65); }
H1.HeaderClassName
{
color: #5BDA41;
}
.AnyTagClassName
{
color: #5BDA41;
}
</style>
background-color css
<style>
a { background-color: #5BDA41; }
a { background-color: rgb(91,218,65); }
div.DivClassName
{
background-color: #5BDA41;
}
.BgClassName
{
background-color: #5BDA41;
}
</style>
border-color css
<style>
span { border-color: #5BDA41; }
span { border-color: rgb(91,218,65); }
td.TdClassName
{
border-color: #5BDA41;
}
.TagClassName
{
border-color: #5BDA41;
}
</style>