Shades of Apple #5BDE45
Tints of Apple #5BDE45
RGB
CMYK
RGB Variations
Color information
#5BDE45 (or 0x5BDE45) is known color: Apple. HEX triplet: 5B, DE and 45. RGB value is (91,222,69). Sum of RGB (Red+Green+Blue) = 91+222+69=382 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.82% from 382); Green value is 222 (87.11% from 255 or 58.12% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 222 - color contains mainly: green. Hex color #5BDE45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BDE45 is #A421BA. Grayscale: #A5A5A5. Windows color (decimal): -10756539 or 4578907. OLE color: 4578907.
HSL color Cylindrical-coordinate representation of color #5BDE45: hue angle of 111.37º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5BDE45 is Cyan = 0.59, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 222 | 69 | - |
| CMYK | 0.59 | 0 | 0.69 | 0.13 |
| HSL | 111.37º | 0.7% | 0.57% | - |
| HSV(B) | 111.37º | 0.69% | 0.87% | - |
| XYZ | 31.51 | 54.9 | 14.57 | - |
| YUV | 165.39 | 73.6 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 222 | 69 | 0.59 | 0 | 0.69 | 0.13 | 111.37 | 0.7 | 0.57 |
| Hex | 5B | DE | 45 | 3B | 0 | 45 | D | 6F | 46 | 39 |
| Octal | 133 | 336 | 105 | 73 | 0 | 105 | 15 | 157 | 106 | 71 |
| Binary | 1011011 | 11011110 | 1000101 | 111011 | 0 | 1000101 | 1101 | 1101111 | 1000110 | 111001 |
Color Harmonies of #5BDE45
Complementary color
Monochromatic Colors of #5BDE45
Black with #5BDE45
Text Example
Text Example
White with #5BDE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDE45; }
p { color: rgb(91,222,69); }
H1.HeaderClassName
{
color: #5BDE45;
}
.AnyTagClassName
{
color: #5BDE45;
}
</style>
background-color css
<style>
a { background-color: #5BDE45; }
a { background-color: rgb(91,222,69); }
div.DivClassName
{
background-color: #5BDE45;
}
.BgClassName
{
background-color: #5BDE45;
}
</style>
border-color css
<style>
span { border-color: #5BDE45; }
span { border-color: rgb(91,222,69); }
td.TdClassName
{
border-color: #5BDE45;
}
.TagClassName
{
border-color: #5BDE45;
}
</style>