Shades of Apple #5BCA4B
Tints of Apple #5BCA4B
RGB
CMYK
RGB Variations
Color information
#5BCA4B (or 0x5BCA4B) is known color: Apple. HEX triplet: 5B, CA and 4B. RGB value is (91,202,75). Sum of RGB (Red+Green+Blue) = 91+202+75=368 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.73% from 368); Green value is 202 (79.30% from 255 or 54.89% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 202 - color contains mainly: green. Hex color #5BCA4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BCA4B is #A435B4. Grayscale: #9A9A9A. Windows color (decimal): -10761653 or 4967003. OLE color: 4967003.
HSL color Cylindrical-coordinate representation of color #5BCA4B: hue angle of 112.44º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BCA4B is Cyan = 0.55, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 91 | 202 | 75 | - |
| CMYK | 0.55 | 0 | 0.63 | 0.21 |
| HSL | 112.44º | 0.55% | 0.54% | - |
| HSV(B) | 112.44º | 0.63% | 0.79% | - |
| XYZ | 26.7 | 44.97 | 13.93 | - |
| YUV | 154.33 | 83.23 | 82.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 202 | 75 | 0.55 | 0 | 0.63 | 0.21 | 112.44 | 0.55 | 0.54 |
| Hex | 5B | CA | 4B | 37 | 0 | 3F | 15 | 70 | 37 | 36 |
| Octal | 133 | 312 | 113 | 67 | 0 | 77 | 25 | 160 | 67 | 66 |
| Binary | 1011011 | 11001010 | 1001011 | 110111 | 0 | 111111 | 10101 | 1110000 | 110111 | 110110 |
Color Harmonies of #5BCA4B
Complementary color
Monochromatic Colors of #5BCA4B
Black with #5BCA4B
Text Example
Text Example
White with #5BCA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCA4B; }
p { color: rgb(91,202,75); }
H1.HeaderClassName
{
color: #5BCA4B;
}
.AnyTagClassName
{
color: #5BCA4B;
}
</style>
background-color css
<style>
a { background-color: #5BCA4B; }
a { background-color: rgb(91,202,75); }
div.DivClassName
{
background-color: #5BCA4B;
}
.BgClassName
{
background-color: #5BCA4B;
}
</style>
border-color css
<style>
span { border-color: #5BCA4B; }
span { border-color: rgb(91,202,75); }
td.TdClassName
{
border-color: #5BCA4B;
}
.TagClassName
{
border-color: #5BCA4B;
}
</style>