Shades of Apple #5DB44F
Tints of Apple #5DB44F
RGB
CMYK
RGB Variations
Color information
#5DB44F (or 0x5DB44F) is known color: Apple. HEX triplet: 5D, B4 and 4F. RGB value is (93,180,79). Sum of RGB (Red+Green+Blue) = 93+180+79=352 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.42% from 352); Green value is 180 (70.70% from 255 or 51.14% from 352); Blue value is 79 (31.25% from 255 or 22.44% from 352); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB44F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB44F is #A24BB0. Grayscale: #8E8E8E. Windows color (decimal): -10636209 or 5223517. OLE color: 5223517.
HSL color Cylindrical-coordinate representation of color #5DB44F: hue angle of 111.68º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5DB44F is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 180 | 79 | - |
| CMYK | 0.48 | 0 | 0.56 | 0.29 |
| HSL | 111.68º | 0.4% | 0.51% | - |
| HSV(B) | 111.68º | 0.56% | 0.71% | - |
| XYZ | 22.25 | 35.53 | 13.08 | - |
| YUV | 142.47 | 92.18 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 180 | 79 | 0.48 | 0 | 0.56 | 0.29 | 111.68 | 0.4 | 0.51 |
| Hex | 5D | B4 | 4F | 30 | 0 | 38 | 1D | 70 | 28 | 33 |
| Octal | 135 | 264 | 117 | 60 | 0 | 70 | 35 | 160 | 50 | 63 |
| Binary | 1011101 | 10110100 | 1001111 | 110000 | 0 | 111000 | 11101 | 1110000 | 101000 | 110011 |
Color Harmonies of #5DB44F
Complementary color
Monochromatic Colors of #5DB44F
Black with #5DB44F
Text Example
Text Example
White with #5DB44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB44F; }
p { color: rgb(93,180,79); }
H1.HeaderClassName
{
color: #5DB44F;
}
.AnyTagClassName
{
color: #5DB44F;
}
</style>
background-color css
<style>
a { background-color: #5DB44F; }
a { background-color: rgb(93,180,79); }
div.DivClassName
{
background-color: #5DB44F;
}
.BgClassName
{
background-color: #5DB44F;
}
</style>
border-color css
<style>
span { border-color: #5DB44F; }
span { border-color: rgb(93,180,79); }
td.TdClassName
{
border-color: #5DB44F;
}
.TagClassName
{
border-color: #5DB44F;
}
</style>