Shades of Apple #5BCD40
Tints of Apple #5BCD40
RGB
CMYK
RGB Variations
Color information
#5BCD40 (or 0x5BCD40) is known color: Apple. HEX triplet: 5B, CD and 40. RGB value is (91,205,64). Sum of RGB (Red+Green+Blue) = 91+205+64=360 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.28% from 360); Green value is 205 (80.47% from 255 or 56.94% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 205 - color contains mainly: green. Hex color #5BCD40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BCD40 is #A432BF. Grayscale: #9B9B9B. Windows color (decimal): -10760896 or 4246875. OLE color: 4246875.
HSL color Cylindrical-coordinate representation of color #5BCD40: hue angle of 108.51º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5BCD40 is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 205 | 64 | - |
| CMYK | 0.56 | 0 | 0.69 | 0.20 |
| HSL | 108.51º | 0.59% | 0.53% | - |
| HSV(B) | 108.51º | 0.69% | 0.8% | - |
| XYZ | 27.07 | 46.26 | 12.35 | - |
| YUV | 154.84 | 76.73 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 205 | 64 | 0.56 | 0 | 0.69 | 0.20 | 108.51 | 0.59 | 0.53 |
| Hex | 5B | CD | 40 | 38 | 0 | 45 | 14 | 6D | 3B | 35 |
| Octal | 133 | 315 | 100 | 70 | 0 | 105 | 24 | 155 | 73 | 65 |
| Binary | 1011011 | 11001101 | 1000000 | 111000 | 0 | 1000101 | 10100 | 1101101 | 111011 | 110101 |
Color Harmonies of #5BCD40
Complementary color
Monochromatic Colors of #5BCD40
Black with #5BCD40
Text Example
Text Example
White with #5BCD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCD40; }
p { color: rgb(91,205,64); }
H1.HeaderClassName
{
color: #5BCD40;
}
.AnyTagClassName
{
color: #5BCD40;
}
</style>
background-color css
<style>
a { background-color: #5BCD40; }
a { background-color: rgb(91,205,64); }
div.DivClassName
{
background-color: #5BCD40;
}
.BgClassName
{
background-color: #5BCD40;
}
</style>
border-color css
<style>
span { border-color: #5BCD40; }
span { border-color: rgb(91,205,64); }
td.TdClassName
{
border-color: #5BCD40;
}
.TagClassName
{
border-color: #5BCD40;
}
</style>