Shades of Apple #5DB845
Tints of Apple #5DB845
RGB
CMYK
RGB Variations
Color information
#5DB845 (or 0x5DB845) is known color: Apple. HEX triplet: 5D, B8 and 45. RGB value is (93,184,69). Sum of RGB (Red+Green+Blue) = 93+184+69=346 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.88% from 346); Green value is 184 (72.27% from 255 or 53.18% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 184 - color contains mainly: green. Hex color #5DB845 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DB845 is #A247BA. Grayscale: #909090. Windows color (decimal): -10635195 or 4569181. OLE color: 4569181.
HSL color Cylindrical-coordinate representation of color #5DB845: hue angle of 107.48º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DB845 is Cyan = 0.49, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 93 | 184 | 69 | - |
| CMYK | 0.49 | 0 | 0.62 | 0.28 |
| HSL | 107.48º | 0.45% | 0.5% | - |
| HSV(B) | 107.48º | 0.63% | 0.72% | - |
| XYZ | 22.73 | 37.04 | 11.58 | - |
| YUV | 143.68 | 85.85 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 184 | 69 | 0.49 | 0 | 0.62 | 0.28 | 107.48 | 0.45 | 0.5 |
| Hex | 5D | B8 | 45 | 31 | 0 | 3E | 1C | 6B | 2D | 32 |
| Octal | 135 | 270 | 105 | 61 | 0 | 76 | 34 | 153 | 55 | 62 |
| Binary | 1011101 | 10111000 | 1000101 | 110001 | 0 | 111110 | 11100 | 1101011 | 101101 | 110010 |
Color Harmonies of #5DB845
Complementary color
Monochromatic Colors of #5DB845
Black with #5DB845
Text Example
Text Example
White with #5DB845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB845; }
p { color: rgb(93,184,69); }
H1.HeaderClassName
{
color: #5DB845;
}
.AnyTagClassName
{
color: #5DB845;
}
</style>
background-color css
<style>
a { background-color: #5DB845; }
a { background-color: rgb(93,184,69); }
div.DivClassName
{
background-color: #5DB845;
}
.BgClassName
{
background-color: #5DB845;
}
</style>
border-color css
<style>
span { border-color: #5DB845; }
span { border-color: rgb(93,184,69); }
td.TdClassName
{
border-color: #5DB845;
}
.TagClassName
{
border-color: #5DB845;
}
</style>