Shades of Apple #5BC440
Tints of Apple #5BC440
RGB
CMYK
RGB Variations
Color information
#5BC440 (or 0x5BC440) is known color: Apple. HEX triplet: 5B, C4 and 40. RGB value is (91,196,64). Sum of RGB (Red+Green+Blue) = 91+196+64=351 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.93% from 351); Green value is 196 (76.95% from 255 or 55.84% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 196 - color contains mainly: green. Hex color #5BC440 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BC440 is #A43BBF. Grayscale: #959595. Windows color (decimal): -10763200 or 4244571. OLE color: 4244571.
HSL color Cylindrical-coordinate representation of color #5BC440: hue angle of 107.73º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5BC440 is Cyan = 0.54, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 91 | 196 | 64 | - |
| CMYK | 0.54 | 0 | 0.67 | 0.23 |
| HSL | 107.73º | 0.53% | 0.51% | - |
| HSV(B) | 107.73º | 0.67% | 0.77% | - |
| XYZ | 24.98 | 42.07 | 11.66 | - |
| YUV | 149.56 | 79.71 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 196 | 64 | 0.54 | 0 | 0.67 | 0.23 | 107.73 | 0.53 | 0.51 |
| Hex | 5B | C4 | 40 | 36 | 0 | 43 | 17 | 6C | 35 | 33 |
| Octal | 133 | 304 | 100 | 66 | 0 | 103 | 27 | 154 | 65 | 63 |
| Binary | 1011011 | 11000100 | 1000000 | 110110 | 0 | 1000011 | 10111 | 1101100 | 110101 | 110011 |
Color Harmonies of #5BC440
Complementary color
Monochromatic Colors of #5BC440
Black with #5BC440
Text Example
Text Example
White with #5BC440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC440; }
p { color: rgb(91,196,64); }
H1.HeaderClassName
{
color: #5BC440;
}
.AnyTagClassName
{
color: #5BC440;
}
</style>
background-color css
<style>
a { background-color: #5BC440; }
a { background-color: rgb(91,196,64); }
div.DivClassName
{
background-color: #5BC440;
}
.BgClassName
{
background-color: #5BC440;
}
</style>
border-color css
<style>
span { border-color: #5BC440; }
span { border-color: rgb(91,196,64); }
td.TdClassName
{
border-color: #5BC440;
}
.TagClassName
{
border-color: #5BC440;
}
</style>