Shades of Apple #5DC24E
Tints of Apple #5DC24E
RGB
CMYK
RGB Variations
Color information
#5DC24E (or 0x5DC24E) is known color: Apple. HEX triplet: 5D, C2 and 4E. RGB value is (93,194,78). Sum of RGB (Red+Green+Blue) = 93+194+78=365 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.48% from 365); Green value is 194 (76.17% from 255 or 53.15% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 194 - color contains mainly: green. Hex color #5DC24E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC24E is #A23DB1. Grayscale: #969696. Windows color (decimal): -10632626 or 5161565. OLE color: 5161565.
HSL color Cylindrical-coordinate representation of color #5DC24E: hue angle of 112.24º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DC24E is Cyan = 0.52, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 93 | 194 | 78 | - |
| CMYK | 0.52 | 0 | 0.60 | 0.24 |
| HSL | 112.24º | 0.49% | 0.53% | - |
| HSV(B) | 112.24º | 0.6% | 0.76% | - |
| XYZ | 25.18 | 41.46 | 13.88 | - |
| YUV | 150.58 | 87.04 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 194 | 78 | 0.52 | 0 | 0.60 | 0.24 | 112.24 | 0.49 | 0.53 |
| Hex | 5D | C2 | 4E | 34 | 0 | 3C | 18 | 70 | 31 | 35 |
| Octal | 135 | 302 | 116 | 64 | 0 | 74 | 30 | 160 | 61 | 65 |
| Binary | 1011101 | 11000010 | 1001110 | 110100 | 0 | 111100 | 11000 | 1110000 | 110001 | 110101 |
Color Harmonies of #5DC24E
Complementary color
Monochromatic Colors of #5DC24E
Black with #5DC24E
Text Example
Text Example
White with #5DC24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC24E; }
p { color: rgb(93,194,78); }
H1.HeaderClassName
{
color: #5DC24E;
}
.AnyTagClassName
{
color: #5DC24E;
}
</style>
background-color css
<style>
a { background-color: #5DC24E; }
a { background-color: rgb(93,194,78); }
div.DivClassName
{
background-color: #5DC24E;
}
.BgClassName
{
background-color: #5DC24E;
}
</style>
border-color css
<style>
span { border-color: #5DC24E; }
span { border-color: rgb(93,194,78); }
td.TdClassName
{
border-color: #5DC24E;
}
.TagClassName
{
border-color: #5DC24E;
}
</style>