Shades of Apple #5DB842
Tints of Apple #5DB842
RGB
CMYK
RGB Variations
Color information
#5DB842 (or 0x5DB842) is known color: Apple. HEX triplet: 5D, B8 and 42. RGB value is (93,184,66). Sum of RGB (Red+Green+Blue) = 93+184+66=343 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.11% from 343); Green value is 184 (72.27% from 255 or 53.64% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 184 - color contains mainly: green. Hex color #5DB842 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DB842 is #A247BD. Grayscale: #8F8F8F. Windows color (decimal): -10635198 or 4372573. OLE color: 4372573.
HSL color Cylindrical-coordinate representation of color #5DB842: hue angle of 106.27º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5DB842 is Cyan = 0.49, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 93 | 184 | 66 | - |
| CMYK | 0.49 | 0 | 0.64 | 0.28 |
| HSL | 106.27º | 0.47% | 0.49% | - |
| HSV(B) | 106.27º | 0.64% | 0.72% | - |
| XYZ | 22.64 | 37 | 11.1 | - |
| YUV | 143.34 | 84.35 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 184 | 66 | 0.49 | 0 | 0.64 | 0.28 | 106.27 | 0.47 | 0.49 |
| Hex | 5D | B8 | 42 | 31 | 0 | 40 | 1C | 6A | 2F | 31 |
| Octal | 135 | 270 | 102 | 61 | 0 | 100 | 34 | 152 | 57 | 61 |
| Binary | 1011101 | 10111000 | 1000010 | 110001 | 0 | 1000000 | 11100 | 1101010 | 101111 | 110001 |
Color Harmonies of #5DB842
Complementary color
Monochromatic Colors of #5DB842
Black with #5DB842
Text Example
Text Example
White with #5DB842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB842; }
p { color: rgb(93,184,66); }
H1.HeaderClassName
{
color: #5DB842;
}
.AnyTagClassName
{
color: #5DB842;
}
</style>
background-color css
<style>
a { background-color: #5DB842; }
a { background-color: rgb(93,184,66); }
div.DivClassName
{
background-color: #5DB842;
}
.BgClassName
{
background-color: #5DB842;
}
</style>
border-color css
<style>
span { border-color: #5DB842; }
span { border-color: rgb(93,184,66); }
td.TdClassName
{
border-color: #5DB842;
}
.TagClassName
{
border-color: #5DB842;
}
</style>