Shades of Apple #5BD745
Tints of Apple #5BD745
RGB
CMYK
RGB Variations
Color information
#5BD745 (or 0x5BD745) is known color: Apple. HEX triplet: 5B, D7 and 45. RGB value is (91,215,69). Sum of RGB (Red+Green+Blue) = 91+215+69=375 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.27% from 375); Green value is 215 (84.38% from 255 or 57.33% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 215 - color contains mainly: green. Hex color #5BD745 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BD745 is #A428BA. Grayscale: #A1A1A1. Windows color (decimal): -10758331 or 4577115. OLE color: 4577115.
HSL color Cylindrical-coordinate representation of color #5BD745: hue angle of 110.96º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5BD745 is Cyan = 0.58, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 91 | 215 | 69 | - |
| CMYK | 0.58 | 0 | 0.68 | 0.16 |
| HSL | 110.96º | 0.65% | 0.56% | - |
| HSV(B) | 110.96º | 0.68% | 0.84% | - |
| XYZ | 29.69 | 51.25 | 13.96 | - |
| YUV | 161.28 | 75.92 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 215 | 69 | 0.58 | 0 | 0.68 | 0.16 | 110.96 | 0.65 | 0.56 |
| Hex | 5B | D7 | 45 | 3A | 0 | 44 | 10 | 6F | 41 | 38 |
| Octal | 133 | 327 | 105 | 72 | 0 | 104 | 20 | 157 | 101 | 70 |
| Binary | 1011011 | 11010111 | 1000101 | 111010 | 0 | 1000100 | 10000 | 1101111 | 1000001 | 111000 |
Color Harmonies of #5BD745
Complementary color
Monochromatic Colors of #5BD745
Black with #5BD745
Text Example
Text Example
White with #5BD745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD745; }
p { color: rgb(91,215,69); }
H1.HeaderClassName
{
color: #5BD745;
}
.AnyTagClassName
{
color: #5BD745;
}
</style>
background-color css
<style>
a { background-color: #5BD745; }
a { background-color: rgb(91,215,69); }
div.DivClassName
{
background-color: #5BD745;
}
.BgClassName
{
background-color: #5BD745;
}
</style>
border-color css
<style>
span { border-color: #5BD745; }
span { border-color: rgb(91,215,69); }
td.TdClassName
{
border-color: #5BD745;
}
.TagClassName
{
border-color: #5BD745;
}
</style>