Shades of Apple #5BD944
Tints of Apple #5BD944
RGB
CMYK
RGB Variations
Color information
#5BD944 (or 0x5BD944) is known color: Apple. HEX triplet: 5B, D9 and 44. RGB value is (91,217,68). Sum of RGB (Red+Green+Blue) = 91+217+68=376 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.20% from 376); Green value is 217 (85.16% from 255 or 57.71% from 376); Blue value is 68 (26.95% from 255 or 18.09% from 376); Max value from RGB is 217 - color contains mainly: green. Hex color #5BD944 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BD944 is #A426BB. Grayscale: #A2A2A2. Windows color (decimal): -10757820 or 4512091. OLE color: 4512091.
HSL color Cylindrical-coordinate representation of color #5BD944: hue angle of 110.74º degrees, saturation: 0.66, 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 #5BD944 is Cyan = 0.58, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 91 | 217 | 68 | - |
| CMYK | 0.58 | 0 | 0.69 | 0.15 |
| HSL | 110.74º | 0.66% | 0.56% | - |
| HSV(B) | 110.74º | 0.69% | 0.85% | - |
| XYZ | 30.17 | 52.27 | 13.97 | - |
| YUV | 162.34 | 74.76 | 77.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 217 | 68 | 0.58 | 0 | 0.69 | 0.15 | 110.74 | 0.66 | 0.56 |
| Hex | 5B | D9 | 44 | 3A | 0 | 45 | F | 6F | 42 | 38 |
| Octal | 133 | 331 | 104 | 72 | 0 | 105 | 17 | 157 | 102 | 70 |
| Binary | 1011011 | 11011001 | 1000100 | 111010 | 0 | 1000101 | 1111 | 1101111 | 1000010 | 111000 |
Color Harmonies of #5BD944
Complementary color
Monochromatic Colors of #5BD944
Black with #5BD944
Text Example
Text Example
White with #5BD944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD944; }
p { color: rgb(91,217,68); }
H1.HeaderClassName
{
color: #5BD944;
}
.AnyTagClassName
{
color: #5BD944;
}
</style>
background-color css
<style>
a { background-color: #5BD944; }
a { background-color: rgb(91,217,68); }
div.DivClassName
{
background-color: #5BD944;
}
.BgClassName
{
background-color: #5BD944;
}
</style>
border-color css
<style>
span { border-color: #5BD944; }
span { border-color: rgb(91,217,68); }
td.TdClassName
{
border-color: #5BD944;
}
.TagClassName
{
border-color: #5BD944;
}
</style>