Shades of Apple #5BCA3C
Tints of Apple #5BCA3C
RGB
CMYK
RGB Variations
Color information
#5BCA3C (or 0x5BCA3C) is known color: Apple. HEX triplet: 5B, CA and 3C. RGB value is (91,202,60). Sum of RGB (Red+Green+Blue) = 91+202+60=353 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.78% from 353); Green value is 202 (79.30% from 255 or 57.22% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 202 - color contains mainly: green. Hex color #5BCA3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BCA3C is #A435C3. Grayscale: #999999. Windows color (decimal): -10761668 or 3983963. OLE color: 3983963.
HSL color Cylindrical-coordinate representation of color #5BCA3C: hue angle of 106.9º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5BCA3C is Cyan = 0.55, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 91 | 202 | 60 | - |
| CMYK | 0.55 | 0 | 0.70 | 0.21 |
| HSL | 106.9º | 0.57% | 0.51% | - |
| HSV(B) | 106.9º | 0.7% | 0.79% | - |
| XYZ | 26.25 | 44.79 | 11.54 | - |
| YUV | 152.62 | 75.73 | 84.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 202 | 60 | 0.55 | 0 | 0.70 | 0.21 | 106.9 | 0.57 | 0.51 |
| Hex | 5B | CA | 3C | 37 | 0 | 46 | 15 | 6B | 39 | 33 |
| Octal | 133 | 312 | 74 | 67 | 0 | 106 | 25 | 153 | 71 | 63 |
| Binary | 1011011 | 11001010 | 111100 | 110111 | 0 | 1000110 | 10101 | 1101011 | 111001 | 110011 |
Color Harmonies of #5BCA3C
Complementary color
Monochromatic Colors of #5BCA3C
Black with #5BCA3C
Text Example
Text Example
White with #5BCA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCA3C; }
p { color: rgb(91,202,60); }
H1.HeaderClassName
{
color: #5BCA3C;
}
.AnyTagClassName
{
color: #5BCA3C;
}
</style>
background-color css
<style>
a { background-color: #5BCA3C; }
a { background-color: rgb(91,202,60); }
div.DivClassName
{
background-color: #5BCA3C;
}
.BgClassName
{
background-color: #5BCA3C;
}
</style>
border-color css
<style>
span { border-color: #5BCA3C; }
span { border-color: rgb(91,202,60); }
td.TdClassName
{
border-color: #5BCA3C;
}
.TagClassName
{
border-color: #5BCA3C;
}
</style>