Shades of Apple #5DBC45
Tints of Apple #5DBC45
RGB
CMYK
RGB Variations
Color information
#5DBC45 (or 0x5DBC45) is known color: Apple. HEX triplet: 5D, BC and 45. RGB value is (93,188,69). Sum of RGB (Red+Green+Blue) = 93+188+69=350 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.57% from 350); Green value is 188 (73.83% from 255 or 53.71% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 188 - color contains mainly: green. Hex color #5DBC45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBC45 is #A243BA. Grayscale: #929292. Windows color (decimal): -10634171 or 4570205. OLE color: 4570205.
HSL color Cylindrical-coordinate representation of color #5DBC45: hue angle of 107.9º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DBC45 is Cyan = 0.51, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 188 | 69 | - |
| CMYK | 0.51 | 0 | 0.63 | 0.26 |
| HSL | 107.9º | 0.47% | 0.5% | - |
| HSV(B) | 107.9º | 0.63% | 0.74% | - |
| XYZ | 23.57 | 38.72 | 11.86 | - |
| YUV | 146.03 | 84.53 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 188 | 69 | 0.51 | 0 | 0.63 | 0.26 | 107.9 | 0.47 | 0.5 |
| Hex | 5D | BC | 45 | 33 | 0 | 3F | 1A | 6C | 2F | 32 |
| Octal | 135 | 274 | 105 | 63 | 0 | 77 | 32 | 154 | 57 | 62 |
| Binary | 1011101 | 10111100 | 1000101 | 110011 | 0 | 111111 | 11010 | 1101100 | 101111 | 110010 |
Color Harmonies of #5DBC45
Complementary color
Monochromatic Colors of #5DBC45
Black with #5DBC45
Text Example
Text Example
White with #5DBC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBC45; }
p { color: rgb(93,188,69); }
H1.HeaderClassName
{
color: #5DBC45;
}
.AnyTagClassName
{
color: #5DBC45;
}
</style>
background-color css
<style>
a { background-color: #5DBC45; }
a { background-color: rgb(93,188,69); }
div.DivClassName
{
background-color: #5DBC45;
}
.BgClassName
{
background-color: #5DBC45;
}
</style>
border-color css
<style>
span { border-color: #5DBC45; }
span { border-color: rgb(93,188,69); }
td.TdClassName
{
border-color: #5DBC45;
}
.TagClassName
{
border-color: #5DBC45;
}
</style>