Shades of Apple #5BC240
Tints of Apple #5BC240
RGB
CMYK
RGB Variations
Color information
#5BC240 (or 0x5BC240) is known color: Apple. HEX triplet: 5B, C2 and 40. RGB value is (91,194,64). Sum of RGB (Red+Green+Blue) = 91+194+64=349 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.07% from 349); Green value is 194 (76.17% from 255 or 55.59% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 194 - color contains mainly: green. Hex color #5BC240 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BC240 is #A43DBF. Grayscale: #949494. Windows color (decimal): -10763712 or 4244059. OLE color: 4244059.
HSL color Cylindrical-coordinate representation of color #5BC240: hue angle of 107.54º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5BC240 is Cyan = 0.53, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 194 | 64 | - |
| CMYK | 0.53 | 0 | 0.67 | 0.24 |
| HSL | 107.54º | 0.52% | 0.51% | - |
| HSV(B) | 107.54º | 0.67% | 0.76% | - |
| XYZ | 24.53 | 41.18 | 11.51 | - |
| YUV | 148.38 | 80.38 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 194 | 64 | 0.53 | 0 | 0.67 | 0.24 | 107.54 | 0.52 | 0.51 |
| Hex | 5B | C2 | 40 | 35 | 0 | 43 | 18 | 6C | 34 | 33 |
| Octal | 133 | 302 | 100 | 65 | 0 | 103 | 30 | 154 | 64 | 63 |
| Binary | 1011011 | 11000010 | 1000000 | 110101 | 0 | 1000011 | 11000 | 1101100 | 110100 | 110011 |
Color Harmonies of #5BC240
Complementary color
Monochromatic Colors of #5BC240
Black with #5BC240
Text Example
Text Example
White with #5BC240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC240; }
p { color: rgb(91,194,64); }
H1.HeaderClassName
{
color: #5BC240;
}
.AnyTagClassName
{
color: #5BC240;
}
</style>
background-color css
<style>
a { background-color: #5BC240; }
a { background-color: rgb(91,194,64); }
div.DivClassName
{
background-color: #5BC240;
}
.BgClassName
{
background-color: #5BC240;
}
</style>
border-color css
<style>
span { border-color: #5BC240; }
span { border-color: rgb(91,194,64); }
td.TdClassName
{
border-color: #5BC240;
}
.TagClassName
{
border-color: #5BC240;
}
</style>