Shades of Apple #5BBD40
Tints of Apple #5BBD40
RGB
CMYK
RGB Variations
Color information
#5BBD40 (or 0x5BBD40) is known color: Apple. HEX triplet: 5B, BD and 40. RGB value is (91,189,64). Sum of RGB (Red+Green+Blue) = 91+189+64=344 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.45% from 344); Green value is 189 (74.22% from 255 or 54.94% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 189 - color contains mainly: green. Hex color #5BBD40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BBD40 is #A442BF. Grayscale: #919191. Windows color (decimal): -10764992 or 4242779. OLE color: 4242779.
HSL color Cylindrical-coordinate representation of color #5BBD40: hue angle of 107.04º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5BBD40 is Cyan = 0.52, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 189 | 64 | - |
| CMYK | 0.52 | 0 | 0.66 | 0.26 |
| HSL | 107.04º | 0.49% | 0.5% | - |
| HSV(B) | 107.04º | 0.66% | 0.74% | - |
| XYZ | 23.44 | 38.99 | 11.14 | - |
| YUV | 145.45 | 82.03 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 189 | 64 | 0.52 | 0 | 0.66 | 0.26 | 107.04 | 0.49 | 0.5 |
| Hex | 5B | BD | 40 | 34 | 0 | 42 | 1A | 6B | 31 | 32 |
| Octal | 133 | 275 | 100 | 64 | 0 | 102 | 32 | 153 | 61 | 62 |
| Binary | 1011011 | 10111101 | 1000000 | 110100 | 0 | 1000010 | 11010 | 1101011 | 110001 | 110010 |
Color Harmonies of #5BBD40
Complementary color
Monochromatic Colors of #5BBD40
Black with #5BBD40
Text Example
Text Example
White with #5BBD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBD40; }
p { color: rgb(91,189,64); }
H1.HeaderClassName
{
color: #5BBD40;
}
.AnyTagClassName
{
color: #5BBD40;
}
</style>
background-color css
<style>
a { background-color: #5BBD40; }
a { background-color: rgb(91,189,64); }
div.DivClassName
{
background-color: #5BBD40;
}
.BgClassName
{
background-color: #5BBD40;
}
</style>
border-color css
<style>
span { border-color: #5BBD40; }
span { border-color: rgb(91,189,64); }
td.TdClassName
{
border-color: #5BBD40;
}
.TagClassName
{
border-color: #5BBD40;
}
</style>