Shades of Apple #5BD545
Tints of Apple #5BD545
RGB
CMYK
RGB Variations
Color information
#5BD545 (or 0x5BD545) is known color: Apple. HEX triplet: 5B, D5 and 45. RGB value is (91,213,69). Sum of RGB (Red+Green+Blue) = 91+213+69=373 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.40% from 373); Green value is 213 (83.59% from 255 or 57.10% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 213 - color contains mainly: green. Hex color #5BD545 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BD545 is #A42ABA. Grayscale: #A0A0A0. Windows color (decimal): -10758843 or 4576603. OLE color: 4576603.
HSL color Cylindrical-coordinate representation of color #5BD545: hue angle of 110.83º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5BD545 is Cyan = 0.57, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 91 | 213 | 69 | - |
| CMYK | 0.57 | 0 | 0.68 | 0.16 |
| HSL | 110.83º | 0.63% | 0.55% | - |
| HSV(B) | 110.83º | 0.68% | 0.84% | - |
| XYZ | 29.18 | 50.24 | 13.79 | - |
| YUV | 160.11 | 76.58 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 213 | 69 | 0.57 | 0 | 0.68 | 0.16 | 110.83 | 0.63 | 0.55 |
| Hex | 5B | D5 | 45 | 39 | 0 | 44 | 10 | 6F | 3F | 37 |
| Octal | 133 | 325 | 105 | 71 | 0 | 104 | 20 | 157 | 77 | 67 |
| Binary | 1011011 | 11010101 | 1000101 | 111001 | 0 | 1000100 | 10000 | 1101111 | 111111 | 110111 |
Color Harmonies of #5BD545
Complementary color
Monochromatic Colors of #5BD545
Black with #5BD545
Text Example
Text Example
White with #5BD545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD545; }
p { color: rgb(91,213,69); }
H1.HeaderClassName
{
color: #5BD545;
}
.AnyTagClassName
{
color: #5BD545;
}
</style>
background-color css
<style>
a { background-color: #5BD545; }
a { background-color: rgb(91,213,69); }
div.DivClassName
{
background-color: #5BD545;
}
.BgClassName
{
background-color: #5BD545;
}
</style>
border-color css
<style>
span { border-color: #5BD545; }
span { border-color: rgb(91,213,69); }
td.TdClassName
{
border-color: #5BD545;
}
.TagClassName
{
border-color: #5BD545;
}
</style>