Shades of Apple #5DB441
Tints of Apple #5DB441
RGB
CMYK
RGB Variations
Color information
#5DB441 (or 0x5DB441) is known color: Apple. HEX triplet: 5D, B4 and 41. RGB value is (93,180,65). Sum of RGB (Red+Green+Blue) = 93+180+65=338 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.51% from 338); Green value is 180 (70.70% from 255 or 53.25% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB441 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DB441 is #A24BBE. Grayscale: #8D8D8D. Windows color (decimal): -10636223 or 4306013. OLE color: 4306013.
HSL color Cylindrical-coordinate representation of color #5DB441: hue angle of 105.39º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5DB441 is Cyan = 0.48, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 180 | 65 | - |
| CMYK | 0.48 | 0 | 0.64 | 0.29 |
| HSL | 105.39º | 0.47% | 0.48% | - |
| HSV(B) | 105.39º | 0.64% | 0.71% | - |
| XYZ | 21.79 | 35.35 | 10.68 | - |
| YUV | 140.88 | 85.18 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 180 | 65 | 0.48 | 0 | 0.64 | 0.29 | 105.39 | 0.47 | 0.48 |
| Hex | 5D | B4 | 41 | 30 | 0 | 40 | 1D | 69 | 2F | 30 |
| Octal | 135 | 264 | 101 | 60 | 0 | 100 | 35 | 151 | 57 | 60 |
| Binary | 1011101 | 10110100 | 1000001 | 110000 | 0 | 1000000 | 11101 | 1101001 | 101111 | 110000 |
Color Harmonies of #5DB441
Complementary color
Monochromatic Colors of #5DB441
Black with #5DB441
Text Example
Text Example
White with #5DB441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB441; }
p { color: rgb(93,180,65); }
H1.HeaderClassName
{
color: #5DB441;
}
.AnyTagClassName
{
color: #5DB441;
}
</style>
background-color css
<style>
a { background-color: #5DB441; }
a { background-color: rgb(93,180,65); }
div.DivClassName
{
background-color: #5DB441;
}
.BgClassName
{
background-color: #5DB441;
}
</style>
border-color css
<style>
span { border-color: #5DB441; }
span { border-color: rgb(93,180,65); }
td.TdClassName
{
border-color: #5DB441;
}
.TagClassName
{
border-color: #5DB441;
}
</style>