Shades of Apple #5DB44C
Tints of Apple #5DB44C
RGB
CMYK
RGB Variations
Color information
#5DB44C (or 0x5DB44C) is known color: Apple. HEX triplet: 5D, B4 and 4C. RGB value is (93,180,76). Sum of RGB (Red+Green+Blue) = 93+180+76=349 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.65% from 349); Green value is 180 (70.70% from 255 or 51.58% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB44C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DB44C is #A24BB3. Grayscale: #8E8E8E. Windows color (decimal): -10636212 or 5026909. OLE color: 5026909.
HSL color Cylindrical-coordinate representation of color #5DB44C: hue angle of 110.19º 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 #5DB44C is Cyan = 0.48, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 180 | 76 | - |
| CMYK | 0.48 | 0 | 0.58 | 0.29 |
| HSL | 110.19º | 0.41% | 0.5% | - |
| HSV(B) | 110.19º | 0.58% | 0.71% | - |
| XYZ | 22.14 | 35.49 | 12.52 | - |
| YUV | 142.13 | 90.68 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 180 | 76 | 0.48 | 0 | 0.58 | 0.29 | 110.19 | 0.41 | 0.5 |
| Hex | 5D | B4 | 4C | 30 | 0 | 3A | 1D | 6E | 29 | 32 |
| Octal | 135 | 264 | 114 | 60 | 0 | 72 | 35 | 156 | 51 | 62 |
| Binary | 1011101 | 10110100 | 1001100 | 110000 | 0 | 111010 | 11101 | 1101110 | 101001 | 110010 |
Color Harmonies of #5DB44C
Complementary color
Monochromatic Colors of #5DB44C
Black with #5DB44C
Text Example
Text Example
White with #5DB44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB44C; }
p { color: rgb(93,180,76); }
H1.HeaderClassName
{
color: #5DB44C;
}
.AnyTagClassName
{
color: #5DB44C;
}
</style>
background-color css
<style>
a { background-color: #5DB44C; }
a { background-color: rgb(93,180,76); }
div.DivClassName
{
background-color: #5DB44C;
}
.BgClassName
{
background-color: #5DB44C;
}
</style>
border-color css
<style>
span { border-color: #5DB44C; }
span { border-color: rgb(93,180,76); }
td.TdClassName
{
border-color: #5DB44C;
}
.TagClassName
{
border-color: #5DB44C;
}
</style>