Shades of Apple #5DB44B
Tints of Apple #5DB44B
RGB
CMYK
RGB Variations
Color information
#5DB44B (or 0x5DB44B) is known color: Apple. HEX triplet: 5D, B4 and 4B. RGB value is (93,180,75). Sum of RGB (Red+Green+Blue) = 93+180+75=348 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.72% from 348); Green value is 180 (70.70% from 255 or 51.72% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB44B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DB44B is #A24BB4. Grayscale: #8E8E8E. Windows color (decimal): -10636213 or 4961373. OLE color: 4961373.
HSL color Cylindrical-coordinate representation of color #5DB44B: hue angle of 109.71º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DB44B is Cyan = 0.48, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 180 | 75 | - |
| CMYK | 0.48 | 0 | 0.58 | 0.29 |
| HSL | 109.71º | 0.41% | 0.5% | - |
| HSV(B) | 109.71º | 0.58% | 0.71% | - |
| XYZ | 22.11 | 35.48 | 12.34 | - |
| YUV | 142.02 | 90.18 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 180 | 75 | 0.48 | 0 | 0.58 | 0.29 | 109.71 | 0.41 | 0.5 |
| Hex | 5D | B4 | 4B | 30 | 0 | 3A | 1D | 6E | 29 | 32 |
| Octal | 135 | 264 | 113 | 60 | 0 | 72 | 35 | 156 | 51 | 62 |
| Binary | 1011101 | 10110100 | 1001011 | 110000 | 0 | 111010 | 11101 | 1101110 | 101001 | 110010 |
Color Harmonies of #5DB44B
Complementary color
Monochromatic Colors of #5DB44B
Black with #5DB44B
Text Example
Text Example
White with #5DB44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB44B; }
p { color: rgb(93,180,75); }
H1.HeaderClassName
{
color: #5DB44B;
}
.AnyTagClassName
{
color: #5DB44B;
}
</style>
background-color css
<style>
a { background-color: #5DB44B; }
a { background-color: rgb(93,180,75); }
div.DivClassName
{
background-color: #5DB44B;
}
.BgClassName
{
background-color: #5DB44B;
}
</style>
border-color css
<style>
span { border-color: #5DB44B; }
span { border-color: rgb(93,180,75); }
td.TdClassName
{
border-color: #5DB44B;
}
.TagClassName
{
border-color: #5DB44B;
}
</style>