Shades of Apple #5BD73E
Tints of Apple #5BD73E
RGB
CMYK
RGB Variations
Color information
#5BD73E (or 0x5BD73E) is known color: Apple. HEX triplet: 5B, D7 and 3E. RGB value is (91,215,62). Sum of RGB (Red+Green+Blue) = 91+215+62=368 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.73% from 368); Green value is 215 (84.38% from 255 or 58.42% from 368); Blue value is 62 (24.61% from 255 or 16.85% from 368); Max value from RGB is 215 - color contains mainly: green. Hex color #5BD73E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BD73E is #A428C1. Grayscale: #A0A0A0. Windows color (decimal): -10758338 or 4118363. OLE color: 4118363.
HSL color Cylindrical-coordinate representation of color #5BD73E: hue angle of 108.63º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5BD73E is Cyan = 0.58, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 91 | 215 | 62 | - |
| CMYK | 0.58 | 0 | 0.71 | 0.16 |
| HSL | 108.63º | 0.66% | 0.54% | - |
| HSV(B) | 108.63º | 0.71% | 0.84% | - |
| XYZ | 29.48 | 51.17 | 12.88 | - |
| YUV | 160.48 | 72.42 | 78.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 215 | 62 | 0.58 | 0 | 0.71 | 0.16 | 108.63 | 0.66 | 0.54 |
| Hex | 5B | D7 | 3E | 3A | 0 | 47 | 10 | 6D | 42 | 36 |
| Octal | 133 | 327 | 76 | 72 | 0 | 107 | 20 | 155 | 102 | 66 |
| Binary | 1011011 | 11010111 | 111110 | 111010 | 0 | 1000111 | 10000 | 1101101 | 1000010 | 110110 |
Color Harmonies of #5BD73E
Complementary color
Monochromatic Colors of #5BD73E
Black with #5BD73E
Text Example
Text Example
White with #5BD73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD73E; }
p { color: rgb(91,215,62); }
H1.HeaderClassName
{
color: #5BD73E;
}
.AnyTagClassName
{
color: #5BD73E;
}
</style>
background-color css
<style>
a { background-color: #5BD73E; }
a { background-color: rgb(91,215,62); }
div.DivClassName
{
background-color: #5BD73E;
}
.BgClassName
{
background-color: #5BD73E;
}
</style>
border-color css
<style>
span { border-color: #5BD73E; }
span { border-color: rgb(91,215,62); }
td.TdClassName
{
border-color: #5BD73E;
}
.TagClassName
{
border-color: #5BD73E;
}
</style>