Shades of Apple #5BDD38
Tints of Apple #5BDD38
RGB
CMYK
RGB Variations
Color information
#5BDD38 (or 0x5BDD38) is known color: Apple. HEX triplet: 5B, DD and 38. RGB value is (91,221,56). Sum of RGB (Red+Green+Blue) = 91+221+56=368 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.73% from 368); Green value is 221 (86.72% from 255 or 60.05% from 368); Blue value is 56 (22.27% from 255 or 15.22% from 368); Max value from RGB is 221 - color contains mainly: green. Hex color #5BDD38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BDD38 is #A422C7. Grayscale: #A3A3A3. Windows color (decimal): -10756808 or 3726683. OLE color: 3726683.
HSL color Cylindrical-coordinate representation of color #5BDD38: hue angle of 107.27º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5BDD38 is Cyan = 0.59, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 221 | 56 | - |
| CMYK | 0.59 | 0 | 0.75 | 0.13 |
| HSL | 107.27º | 0.71% | 0.54% | - |
| HSV(B) | 107.27º | 0.75% | 0.87% | - |
| XYZ | 30.88 | 54.22 | 12.58 | - |
| YUV | 163.32 | 67.43 | 76.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 221 | 56 | 0.59 | 0 | 0.75 | 0.13 | 107.27 | 0.71 | 0.54 |
| Hex | 5B | DD | 38 | 3B | 0 | 4B | D | 6B | 47 | 36 |
| Octal | 133 | 335 | 70 | 73 | 0 | 113 | 15 | 153 | 107 | 66 |
| Binary | 1011011 | 11011101 | 111000 | 111011 | 0 | 1001011 | 1101 | 1101011 | 1000111 | 110110 |
Color Harmonies of #5BDD38
Complementary color
Monochromatic Colors of #5BDD38
Black with #5BDD38
Text Example
Text Example
White with #5BDD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDD38; }
p { color: rgb(91,221,56); }
H1.HeaderClassName
{
color: #5BDD38;
}
.AnyTagClassName
{
color: #5BDD38;
}
</style>
background-color css
<style>
a { background-color: #5BDD38; }
a { background-color: rgb(91,221,56); }
div.DivClassName
{
background-color: #5BDD38;
}
.BgClassName
{
background-color: #5BDD38;
}
</style>
border-color css
<style>
span { border-color: #5BDD38; }
span { border-color: rgb(91,221,56); }
td.TdClassName
{
border-color: #5BDD38;
}
.TagClassName
{
border-color: #5BDD38;
}
</style>