Shades of Apple #5BD040
Tints of Apple #5BD040
RGB
CMYK
RGB Variations
Color information
#5BD040 (or 0x5BD040) is known color: Apple. HEX triplet: 5B, D0 and 40. RGB value is (91,208,64). Sum of RGB (Red+Green+Blue) = 91+208+64=363 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25.07% from 363); Green value is 208 (81.64% from 255 or 57.30% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 208 - color contains mainly: green. Hex color #5BD040 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BD040 is #A42FBF. Grayscale: #9D9D9D. Windows color (decimal): -10760128 or 4247643. OLE color: 4247643.
HSL color Cylindrical-coordinate representation of color #5BD040: hue angle of 108.75º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5BD040 is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 91 | 208 | 64 | - |
| CMYK | 0.56 | 0 | 0.69 | 0.18 |
| HSL | 108.75º | 0.61% | 0.53% | - |
| HSV(B) | 108.75º | 0.69% | 0.82% | - |
| XYZ | 27.8 | 47.71 | 12.59 | - |
| YUV | 156.6 | 75.74 | 81.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 208 | 64 | 0.56 | 0 | 0.69 | 0.18 | 108.75 | 0.61 | 0.53 |
| Hex | 5B | D0 | 40 | 38 | 0 | 45 | 12 | 6D | 3D | 35 |
| Octal | 133 | 320 | 100 | 70 | 0 | 105 | 22 | 155 | 75 | 65 |
| Binary | 1011011 | 11010000 | 1000000 | 111000 | 0 | 1000101 | 10010 | 1101101 | 111101 | 110101 |
Color Harmonies of #5BD040
Complementary color
Monochromatic Colors of #5BD040
Black with #5BD040
Text Example
Text Example
White with #5BD040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD040; }
p { color: rgb(91,208,64); }
H1.HeaderClassName
{
color: #5BD040;
}
.AnyTagClassName
{
color: #5BD040;
}
</style>
background-color css
<style>
a { background-color: #5BD040; }
a { background-color: rgb(91,208,64); }
div.DivClassName
{
background-color: #5BD040;
}
.BgClassName
{
background-color: #5BD040;
}
</style>
border-color css
<style>
span { border-color: #5BD040; }
span { border-color: rgb(91,208,64); }
td.TdClassName
{
border-color: #5BD040;
}
.TagClassName
{
border-color: #5BD040;
}
</style>