Shades of Apple #5BD844
Tints of Apple #5BD844
RGB
CMYK
RGB Variations
Color information
#5BD844 (or 0x5BD844) is known color: Apple. HEX triplet: 5B, D8 and 44. RGB value is (91,216,68). Sum of RGB (Red+Green+Blue) = 91+216+68=375 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.27% from 375); Green value is 216 (84.77% from 255 or 57.6% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 216 - color contains mainly: green. Hex color #5BD844 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BD844 is #A427BB. Grayscale: #A2A2A2. Windows color (decimal): -10758076 or 4511835. OLE color: 4511835.
HSL color Cylindrical-coordinate representation of color #5BD844: hue angle of 110.68º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5BD844 is Cyan = 0.58, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 91 | 216 | 68 | - |
| CMYK | 0.58 | 0 | 0.69 | 0.15 |
| HSL | 110.68º | 0.65% | 0.56% | - |
| HSV(B) | 110.68º | 0.69% | 0.85% | - |
| XYZ | 29.91 | 51.75 | 13.88 | - |
| YUV | 161.75 | 75.09 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 216 | 68 | 0.58 | 0 | 0.69 | 0.15 | 110.68 | 0.65 | 0.56 |
| Hex | 5B | D8 | 44 | 3A | 0 | 45 | F | 6F | 41 | 38 |
| Octal | 133 | 330 | 104 | 72 | 0 | 105 | 17 | 157 | 101 | 70 |
| Binary | 1011011 | 11011000 | 1000100 | 111010 | 0 | 1000101 | 1111 | 1101111 | 1000001 | 111000 |
Color Harmonies of #5BD844
Complementary color
Monochromatic Colors of #5BD844
Black with #5BD844
Text Example
Text Example
White with #5BD844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD844; }
p { color: rgb(91,216,68); }
H1.HeaderClassName
{
color: #5BD844;
}
.AnyTagClassName
{
color: #5BD844;
}
</style>
background-color css
<style>
a { background-color: #5BD844; }
a { background-color: rgb(91,216,68); }
div.DivClassName
{
background-color: #5BD844;
}
.BgClassName
{
background-color: #5BD844;
}
</style>
border-color css
<style>
span { border-color: #5BD844; }
span { border-color: rgb(91,216,68); }
td.TdClassName
{
border-color: #5BD844;
}
.TagClassName
{
border-color: #5BD844;
}
</style>