Shades of Apple #5CDE47
Tints of Apple #5CDE47
RGB
CMYK
RGB Variations
Color information
#5CDE47 (or 0x5CDE47) is known color: Apple. HEX triplet: 5C, DE and 47. RGB value is (92,222,71). Sum of RGB (Red+Green+Blue) = 92+222+71=385 (50% of max value = 765). Red value is 92 (36.33% from 255 or 23.90% from 385); Green value is 222 (87.11% from 255 or 57.66% from 385); Blue value is 71 (28.12% from 255 or 18.44% from 385); Max value from RGB is 222 - color contains mainly: green. Hex color #5CDE47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CDE47 is #A321B8. Grayscale: #A6A6A6. Windows color (decimal): -10691001 or 4709980. OLE color: 4709980.
HSL color Cylindrical-coordinate representation of color #5CDE47: hue angle of 111.66º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5CDE47 is Cyan = 0.59, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 222 | 71 | - |
| CMYK | 0.59 | 0 | 0.68 | 0.13 |
| HSL | 111.66º | 0.7% | 0.57% | - |
| HSV(B) | 111.66º | 0.68% | 0.87% | - |
| XYZ | 31.67 | 54.97 | 14.9 | - |
| YUV | 165.92 | 74.43 | 75.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 222 | 71 | 0.59 | 0 | 0.68 | 0.13 | 111.66 | 0.7 | 0.57 |
| Hex | 5C | DE | 47 | 3B | 0 | 44 | D | 70 | 46 | 39 |
| Octal | 134 | 336 | 107 | 73 | 0 | 104 | 15 | 160 | 106 | 71 |
| Binary | 1011100 | 11011110 | 1000111 | 111011 | 0 | 1000100 | 1101 | 1110000 | 1000110 | 111001 |
Color Harmonies of #5CDE47
Complementary color
Monochromatic Colors of #5CDE47
Black with #5CDE47
Text Example
Text Example
White with #5CDE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDE47; }
p { color: rgb(92,222,71); }
H1.HeaderClassName
{
color: #5CDE47;
}
.AnyTagClassName
{
color: #5CDE47;
}
</style>
background-color css
<style>
a { background-color: #5CDE47; }
a { background-color: rgb(92,222,71); }
div.DivClassName
{
background-color: #5CDE47;
}
.BgClassName
{
background-color: #5CDE47;
}
</style>
border-color css
<style>
span { border-color: #5CDE47; }
span { border-color: rgb(92,222,71); }
td.TdClassName
{
border-color: #5CDE47;
}
.TagClassName
{
border-color: #5CDE47;
}
</style>