Shades of Apple #5DC44F
Tints of Apple #5DC44F
RGB
CMYK
RGB Variations
Color information
#5DC44F (or 0x5DC44F) is known color: Apple. HEX triplet: 5D, C4 and 4F. RGB value is (93,196,79). Sum of RGB (Red+Green+Blue) = 93+196+79=368 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.27% from 368); Green value is 196 (76.95% from 255 or 53.26% from 368); Blue value is 79 (31.25% from 255 or 21.47% from 368); Max value from RGB is 196 - color contains mainly: green. Hex color #5DC44F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC44F is #A23BB0. Grayscale: #989898. Windows color (decimal): -10632113 or 5227613. OLE color: 5227613.
HSL color Cylindrical-coordinate representation of color #5DC44F: hue angle of 112.82º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DC44F is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 93 | 196 | 79 | - |
| CMYK | 0.53 | 0 | 0.60 | 0.23 |
| HSL | 112.82º | 0.5% | 0.54% | - |
| HSV(B) | 112.82º | 0.6% | 0.77% | - |
| XYZ | 25.67 | 42.37 | 14.22 | - |
| YUV | 151.87 | 86.88 | 86.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 196 | 79 | 0.53 | 0 | 0.60 | 0.23 | 112.82 | 0.5 | 0.54 |
| Hex | 5D | C4 | 4F | 35 | 0 | 3C | 17 | 71 | 32 | 36 |
| Octal | 135 | 304 | 117 | 65 | 0 | 74 | 27 | 161 | 62 | 66 |
| Binary | 1011101 | 11000100 | 1001111 | 110101 | 0 | 111100 | 10111 | 1110001 | 110010 | 110110 |
Color Harmonies of #5DC44F
Complementary color
Monochromatic Colors of #5DC44F
Black with #5DC44F
Text Example
Text Example
White with #5DC44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC44F; }
p { color: rgb(93,196,79); }
H1.HeaderClassName
{
color: #5DC44F;
}
.AnyTagClassName
{
color: #5DC44F;
}
</style>
background-color css
<style>
a { background-color: #5DC44F; }
a { background-color: rgb(93,196,79); }
div.DivClassName
{
background-color: #5DC44F;
}
.BgClassName
{
background-color: #5DC44F;
}
</style>
border-color css
<style>
span { border-color: #5DC44F; }
span { border-color: rgb(93,196,79); }
td.TdClassName
{
border-color: #5DC44F;
}
.TagClassName
{
border-color: #5DC44F;
}
</style>