Shades of Apple #5DB844
Tints of Apple #5DB844
RGB
CMYK
RGB Variations
Color information
#5DB844 (or 0x5DB844) is known color: Apple. HEX triplet: 5D, B8 and 44. RGB value is (93,184,68). Sum of RGB (Red+Green+Blue) = 93+184+68=345 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.96% from 345); Green value is 184 (72.27% from 255 or 53.33% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 184 - color contains mainly: green. Hex color #5DB844 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DB844 is #A247BB. Grayscale: #8F8F8F. Windows color (decimal): -10635196 or 4503645. OLE color: 4503645.
HSL color Cylindrical-coordinate representation of color #5DB844: hue angle of 107.07º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DB844 is Cyan = 0.49, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 93 | 184 | 68 | - |
| CMYK | 0.49 | 0 | 0.63 | 0.28 |
| HSL | 107.07º | 0.46% | 0.49% | - |
| HSV(B) | 107.07º | 0.63% | 0.72% | - |
| XYZ | 22.7 | 37.03 | 11.42 | - |
| YUV | 143.57 | 85.35 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 184 | 68 | 0.49 | 0 | 0.63 | 0.28 | 107.07 | 0.46 | 0.49 |
| Hex | 5D | B8 | 44 | 31 | 0 | 3F | 1C | 6B | 2E | 31 |
| Octal | 135 | 270 | 104 | 61 | 0 | 77 | 34 | 153 | 56 | 61 |
| Binary | 1011101 | 10111000 | 1000100 | 110001 | 0 | 111111 | 11100 | 1101011 | 101110 | 110001 |
Color Harmonies of #5DB844
Complementary color
Monochromatic Colors of #5DB844
Black with #5DB844
Text Example
Text Example
White with #5DB844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB844; }
p { color: rgb(93,184,68); }
H1.HeaderClassName
{
color: #5DB844;
}
.AnyTagClassName
{
color: #5DB844;
}
</style>
background-color css
<style>
a { background-color: #5DB844; }
a { background-color: rgb(93,184,68); }
div.DivClassName
{
background-color: #5DB844;
}
.BgClassName
{
background-color: #5DB844;
}
</style>
border-color css
<style>
span { border-color: #5DB844; }
span { border-color: rgb(93,184,68); }
td.TdClassName
{
border-color: #5DB844;
}
.TagClassName
{
border-color: #5DB844;
}
</style>