Shades of Apple #5BCE40
Tints of Apple #5BCE40
RGB
CMYK
RGB Variations
Color information
#5BCE40 (or 0x5BCE40) is known color: Apple. HEX triplet: 5B, CE and 40. RGB value is (91,206,64). Sum of RGB (Red+Green+Blue) = 91+206+64=361 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.21% from 361); Green value is 206 (80.86% from 255 or 57.06% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 206 - color contains mainly: green. Hex color #5BCE40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BCE40 is #A431BF. Grayscale: #9B9B9B. Windows color (decimal): -10760640 or 4247131. OLE color: 4247131.
HSL color Cylindrical-coordinate representation of color #5BCE40: hue angle of 108.59º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5BCE40 is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 206 | 64 | - |
| CMYK | 0.56 | 0 | 0.69 | 0.19 |
| HSL | 108.59º | 0.59% | 0.53% | - |
| HSV(B) | 108.59º | 0.69% | 0.81% | - |
| XYZ | 27.31 | 46.74 | 12.43 | - |
| YUV | 155.43 | 76.4 | 82.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 206 | 64 | 0.56 | 0 | 0.69 | 0.19 | 108.59 | 0.59 | 0.53 |
| Hex | 5B | CE | 40 | 38 | 0 | 45 | 13 | 6D | 3B | 35 |
| Octal | 133 | 316 | 100 | 70 | 0 | 105 | 23 | 155 | 73 | 65 |
| Binary | 1011011 | 11001110 | 1000000 | 111000 | 0 | 1000101 | 10011 | 1101101 | 111011 | 110101 |
Color Harmonies of #5BCE40
Complementary color
Monochromatic Colors of #5BCE40
Black with #5BCE40
Text Example
Text Example
White with #5BCE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCE40; }
p { color: rgb(91,206,64); }
H1.HeaderClassName
{
color: #5BCE40;
}
.AnyTagClassName
{
color: #5BCE40;
}
</style>
background-color css
<style>
a { background-color: #5BCE40; }
a { background-color: rgb(91,206,64); }
div.DivClassName
{
background-color: #5BCE40;
}
.BgClassName
{
background-color: #5BCE40;
}
</style>
border-color css
<style>
span { border-color: #5BCE40; }
span { border-color: rgb(91,206,64); }
td.TdClassName
{
border-color: #5BCE40;
}
.TagClassName
{
border-color: #5BCE40;
}
</style>