Shades of Apple #5DBD44
Tints of Apple #5DBD44
RGB
CMYK
RGB Variations
Color information
#5DBD44 (or 0x5DBD44) is known color: Apple. HEX triplet: 5D, BD and 44. RGB value is (93,189,68). Sum of RGB (Red+Green+Blue) = 93+189+68=350 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.57% from 350); Green value is 189 (74.22% from 255 or 54% from 350); Blue value is 68 (26.95% from 255 or 19.43% from 350); Max value from RGB is 189 - color contains mainly: green. Hex color #5DBD44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBD44 is #A242BB. Grayscale: #929292. Windows color (decimal): -10633916 or 4504925. OLE color: 4504925.
HSL color Cylindrical-coordinate representation of color #5DBD44: hue angle of 107.6º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5DBD44 is Cyan = 0.51, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 189 | 68 | - |
| CMYK | 0.51 | 0 | 0.64 | 0.26 |
| HSL | 107.6º | 0.48% | 0.5% | - |
| HSV(B) | 107.6º | 0.64% | 0.74% | - |
| XYZ | 23.76 | 39.14 | 11.77 | - |
| YUV | 146.5 | 83.7 | 89.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 189 | 68 | 0.51 | 0 | 0.64 | 0.26 | 107.6 | 0.48 | 0.5 |
| Hex | 5D | BD | 44 | 33 | 0 | 40 | 1A | 6C | 30 | 32 |
| Octal | 135 | 275 | 104 | 63 | 0 | 100 | 32 | 154 | 60 | 62 |
| Binary | 1011101 | 10111101 | 1000100 | 110011 | 0 | 1000000 | 11010 | 1101100 | 110000 | 110010 |
Color Harmonies of #5DBD44
Complementary color
Monochromatic Colors of #5DBD44
Black with #5DBD44
Text Example
Text Example
White with #5DBD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBD44; }
p { color: rgb(93,189,68); }
H1.HeaderClassName
{
color: #5DBD44;
}
.AnyTagClassName
{
color: #5DBD44;
}
</style>
background-color css
<style>
a { background-color: #5DBD44; }
a { background-color: rgb(93,189,68); }
div.DivClassName
{
background-color: #5DBD44;
}
.BgClassName
{
background-color: #5DBD44;
}
</style>
border-color css
<style>
span { border-color: #5DBD44; }
span { border-color: rgb(93,189,68); }
td.TdClassName
{
border-color: #5DBD44;
}
.TagClassName
{
border-color: #5DBD44;
}
</style>