Shades of Apple #5BC945
Tints of Apple #5BC945
RGB
CMYK
RGB Variations
Color information
#5BC945 (or 0x5BC945) is known color: Apple. HEX triplet: 5B, C9 and 45. RGB value is (91,201,69). Sum of RGB (Red+Green+Blue) = 91+201+69=361 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.21% from 361); Green value is 201 (78.91% from 255 or 55.68% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 201 - color contains mainly: green. Hex color #5BC945 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BC945 is #A436BA. Grayscale: #999999. Windows color (decimal): -10761915 or 4573531. OLE color: 4573531.
HSL color Cylindrical-coordinate representation of color #5BC945: hue angle of 110º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5BC945 is Cyan = 0.55, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 91 | 201 | 69 | - |
| CMYK | 0.55 | 0 | 0.66 | 0.21 |
| HSL | 110º | 0.55% | 0.53% | - |
| HSV(B) | 110º | 0.66% | 0.79% | - |
| XYZ | 26.28 | 44.43 | 12.82 | - |
| YUV | 153.06 | 80.56 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 201 | 69 | 0.55 | 0 | 0.66 | 0.21 | 110 | 0.55 | 0.53 |
| Hex | 5B | C9 | 45 | 37 | 0 | 42 | 15 | 6E | 37 | 35 |
| Octal | 133 | 311 | 105 | 67 | 0 | 102 | 25 | 156 | 67 | 65 |
| Binary | 1011011 | 11001001 | 1000101 | 110111 | 0 | 1000010 | 10101 | 1101110 | 110111 | 110101 |
Color Harmonies of #5BC945
Complementary color
Monochromatic Colors of #5BC945
Black with #5BC945
Text Example
Text Example
White with #5BC945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC945; }
p { color: rgb(91,201,69); }
H1.HeaderClassName
{
color: #5BC945;
}
.AnyTagClassName
{
color: #5BC945;
}
</style>
background-color css
<style>
a { background-color: #5BC945; }
a { background-color: rgb(91,201,69); }
div.DivClassName
{
background-color: #5BC945;
}
.BgClassName
{
background-color: #5BC945;
}
</style>
border-color css
<style>
span { border-color: #5BC945; }
span { border-color: rgb(91,201,69); }
td.TdClassName
{
border-color: #5BC945;
}
.TagClassName
{
border-color: #5BC945;
}
</style>