Shades of Apple #5DB745
Tints of Apple #5DB745
RGB
CMYK
RGB Variations
Color information
#5DB745 (or 0x5DB745) is known color: Apple. HEX triplet: 5D, B7 and 45. RGB value is (93,183,69). Sum of RGB (Red+Green+Blue) = 93+183+69=345 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.96% from 345); Green value is 183 (71.88% from 255 or 53.04% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 183 - color contains mainly: green. Hex color #5DB745 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DB745 is #A248BA. Grayscale: #8F8F8F. Windows color (decimal): -10635451 or 4568925. OLE color: 4568925.
HSL color Cylindrical-coordinate representation of color #5DB745: hue angle of 107.37º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DB745 is Cyan = 0.49, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 93 | 183 | 69 | - |
| CMYK | 0.49 | 0 | 0.62 | 0.28 |
| HSL | 107.37º | 0.45% | 0.49% | - |
| HSV(B) | 107.37º | 0.62% | 0.72% | - |
| XYZ | 22.52 | 36.62 | 11.51 | - |
| YUV | 143.09 | 86.18 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 183 | 69 | 0.49 | 0 | 0.62 | 0.28 | 107.37 | 0.45 | 0.49 |
| Hex | 5D | B7 | 45 | 31 | 0 | 3E | 1C | 6B | 2D | 31 |
| Octal | 135 | 267 | 105 | 61 | 0 | 76 | 34 | 153 | 55 | 61 |
| Binary | 1011101 | 10110111 | 1000101 | 110001 | 0 | 111110 | 11100 | 1101011 | 101101 | 110001 |
Color Harmonies of #5DB745
Complementary color
Monochromatic Colors of #5DB745
Black with #5DB745
Text Example
Text Example
White with #5DB745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB745; }
p { color: rgb(93,183,69); }
H1.HeaderClassName
{
color: #5DB745;
}
.AnyTagClassName
{
color: #5DB745;
}
</style>
background-color css
<style>
a { background-color: #5DB745; }
a { background-color: rgb(93,183,69); }
div.DivClassName
{
background-color: #5DB745;
}
.BgClassName
{
background-color: #5DB745;
}
</style>
border-color css
<style>
span { border-color: #5DB745; }
span { border-color: rgb(93,183,69); }
td.TdClassName
{
border-color: #5DB745;
}
.TagClassName
{
border-color: #5DB745;
}
</style>