Shades of Apple #5DB855
Tints of Apple #5DB855
RGB
CMYK
RGB Variations
Color information
#5DB855 (or 0x5DB855) is known color: Apple. HEX triplet: 5D, B8 and 55. RGB value is (93,184,85). Sum of RGB (Red+Green+Blue) = 93+184+85=362 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.69% from 362); Green value is 184 (72.27% from 255 or 50.83% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 184 - color contains mainly: green. Hex color #5DB855 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB855 is #A247AA. Grayscale: #919191. Windows color (decimal): -10635179 or 5617757. OLE color: 5617757.
HSL color Cylindrical-coordinate representation of color #5DB855: hue angle of 115.15º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DB855 is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 93 | 184 | 85 | - |
| CMYK | 0.49 | 0 | 0.54 | 0.28 |
| HSL | 115.15º | 0.41% | 0.53% | - |
| HSV(B) | 115.15º | 0.54% | 0.72% | - |
| XYZ | 23.29 | 37.26 | 14.56 | - |
| YUV | 145.51 | 93.85 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 184 | 85 | 0.49 | 0 | 0.54 | 0.28 | 115.15 | 0.41 | 0.53 |
| Hex | 5D | B8 | 55 | 31 | 0 | 36 | 1C | 73 | 29 | 35 |
| Octal | 135 | 270 | 125 | 61 | 0 | 66 | 34 | 163 | 51 | 65 |
| Binary | 1011101 | 10111000 | 1010101 | 110001 | 0 | 110110 | 11100 | 1110011 | 101001 | 110101 |
Color Harmonies of #5DB855
Complementary color
Monochromatic Colors of #5DB855
Black with #5DB855
Text Example
Text Example
White with #5DB855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB855; }
p { color: rgb(93,184,85); }
H1.HeaderClassName
{
color: #5DB855;
}
.AnyTagClassName
{
color: #5DB855;
}
</style>
background-color css
<style>
a { background-color: #5DB855; }
a { background-color: rgb(93,184,85); }
div.DivClassName
{
background-color: #5DB855;
}
.BgClassName
{
background-color: #5DB855;
}
</style>
border-color css
<style>
span { border-color: #5DB855; }
span { border-color: rgb(93,184,85); }
td.TdClassName
{
border-color: #5DB855;
}
.TagClassName
{
border-color: #5DB855;
}
</style>