Shades of Apple #5BDE46
Tints of Apple #5BDE46
RGB
CMYK
RGB Variations
Color information
#5BDE46 (or 0x5BDE46) is known color: Apple. HEX triplet: 5B, DE and 46. RGB value is (91,222,70). Sum of RGB (Red+Green+Blue) = 91+222+70=383 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.76% from 383); Green value is 222 (87.11% from 255 or 57.96% from 383); Blue value is 70 (27.73% from 255 or 18.28% from 383); Max value from RGB is 222 - color contains mainly: green. Hex color #5BDE46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BDE46 is #A421B9. Grayscale: #A5A5A5. Windows color (decimal): -10756538 or 4644443. OLE color: 4644443.
HSL color Cylindrical-coordinate representation of color #5BDE46: hue angle of 111.71º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5BDE46 is Cyan = 0.59, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 222 | 70 | - |
| CMYK | 0.59 | 0 | 0.68 | 0.13 |
| HSL | 111.71º | 0.7% | 0.57% | - |
| HSV(B) | 111.71º | 0.68% | 0.87% | - |
| XYZ | 31.54 | 54.91 | 14.73 | - |
| YUV | 165.5 | 74.1 | 74.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 222 | 70 | 0.59 | 0 | 0.68 | 0.13 | 111.71 | 0.7 | 0.57 |
| Hex | 5B | DE | 46 | 3B | 0 | 44 | D | 70 | 46 | 39 |
| Octal | 133 | 336 | 106 | 73 | 0 | 104 | 15 | 160 | 106 | 71 |
| Binary | 1011011 | 11011110 | 1000110 | 111011 | 0 | 1000100 | 1101 | 1110000 | 1000110 | 111001 |
Color Harmonies of #5BDE46
Complementary color
Monochromatic Colors of #5BDE46
Black with #5BDE46
Text Example
Text Example
White with #5BDE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDE46; }
p { color: rgb(91,222,70); }
H1.HeaderClassName
{
color: #5BDE46;
}
.AnyTagClassName
{
color: #5BDE46;
}
</style>
background-color css
<style>
a { background-color: #5BDE46; }
a { background-color: rgb(91,222,70); }
div.DivClassName
{
background-color: #5BDE46;
}
.BgClassName
{
background-color: #5BDE46;
}
</style>
border-color css
<style>
span { border-color: #5BDE46; }
span { border-color: rgb(91,222,70); }
td.TdClassName
{
border-color: #5BDE46;
}
.TagClassName
{
border-color: #5BDE46;
}
</style>