Shades of Apple #5BD838
Tints of Apple #5BD838
RGB
CMYK
RGB Variations
Color information
#5BD838 (or 0x5BD838) is known color: Apple. HEX triplet: 5B, D8 and 38. RGB value is (91,216,56). Sum of RGB (Red+Green+Blue) = 91+216+56=363 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25.07% from 363); Green value is 216 (84.77% from 255 or 59.50% from 363); Blue value is 56 (22.27% from 255 or 15.43% from 363); Max value from RGB is 216 - color contains mainly: green. Hex color #5BD838 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BD838 is #A427C7. Grayscale: #A0A0A0. Windows color (decimal): -10758088 or 3725403. OLE color: 3725403.
HSL color Cylindrical-coordinate representation of color #5BD838: hue angle of 106.88º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5BD838 is Cyan = 0.58, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 91 | 216 | 56 | - |
| CMYK | 0.58 | 0 | 0.74 | 0.15 |
| HSL | 106.88º | 0.67% | 0.53% | - |
| HSV(B) | 106.88º | 0.74% | 0.85% | - |
| XYZ | 29.58 | 51.62 | 12.15 | - |
| YUV | 160.39 | 69.09 | 78.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 216 | 56 | 0.58 | 0 | 0.74 | 0.15 | 106.88 | 0.67 | 0.53 |
| Hex | 5B | D8 | 38 | 3A | 0 | 4A | F | 6B | 43 | 35 |
| Octal | 133 | 330 | 70 | 72 | 0 | 112 | 17 | 153 | 103 | 65 |
| Binary | 1011011 | 11011000 | 111000 | 111010 | 0 | 1001010 | 1111 | 1101011 | 1000011 | 110101 |
Color Harmonies of #5BD838
Complementary color
Monochromatic Colors of #5BD838
Black with #5BD838
Text Example
Text Example
White with #5BD838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD838; }
p { color: rgb(91,216,56); }
H1.HeaderClassName
{
color: #5BD838;
}
.AnyTagClassName
{
color: #5BD838;
}
</style>
background-color css
<style>
a { background-color: #5BD838; }
a { background-color: rgb(91,216,56); }
div.DivClassName
{
background-color: #5BD838;
}
.BgClassName
{
background-color: #5BD838;
}
</style>
border-color css
<style>
span { border-color: #5BD838; }
span { border-color: rgb(91,216,56); }
td.TdClassName
{
border-color: #5BD838;
}
.TagClassName
{
border-color: #5BD838;
}
</style>