Shades of Apple #5CDE48
Tints of Apple #5CDE48
RGB
CMYK
RGB Variations
Color information
#5CDE48 (or 0x5CDE48) is known color: Apple. HEX triplet: 5C, DE and 48. RGB value is (92,222,72). Sum of RGB (Red+Green+Blue) = 92+222+72=386 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.83% from 386); Green value is 222 (87.11% from 255 or 57.51% from 386); Blue value is 72 (28.52% from 255 or 18.65% from 386); Max value from RGB is 222 - color contains mainly: green. Hex color #5CDE48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CDE48 is #A321B7. Grayscale: #A6A6A6. Windows color (decimal): -10691000 or 4775516. OLE color: 4775516.
HSL color Cylindrical-coordinate representation of color #5CDE48: hue angle of 112º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5CDE48 is Cyan = 0.59, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 222 | 72 | - |
| CMYK | 0.59 | 0 | 0.68 | 0.13 |
| HSL | 112º | 0.69% | 0.58% | - |
| HSV(B) | 112º | 0.68% | 0.87% | - |
| XYZ | 31.7 | 54.99 | 15.07 | - |
| YUV | 166.03 | 74.93 | 75.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 222 | 72 | 0.59 | 0 | 0.68 | 0.13 | 112 | 0.69 | 0.58 |
| Hex | 5C | DE | 48 | 3B | 0 | 44 | D | 70 | 45 | 3A |
| Octal | 134 | 336 | 110 | 73 | 0 | 104 | 15 | 160 | 105 | 72 |
| Binary | 1011100 | 11011110 | 1001000 | 111011 | 0 | 1000100 | 1101 | 1110000 | 1000101 | 111010 |
Color Harmonies of #5CDE48
Complementary color
Monochromatic Colors of #5CDE48
Black with #5CDE48
Text Example
Text Example
White with #5CDE48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDE48; }
p { color: rgb(92,222,72); }
H1.HeaderClassName
{
color: #5CDE48;
}
.AnyTagClassName
{
color: #5CDE48;
}
</style>
background-color css
<style>
a { background-color: #5CDE48; }
a { background-color: rgb(92,222,72); }
div.DivClassName
{
background-color: #5CDE48;
}
.BgClassName
{
background-color: #5CDE48;
}
</style>
border-color css
<style>
span { border-color: #5CDE48; }
span { border-color: rgb(92,222,72); }
td.TdClassName
{
border-color: #5CDE48;
}
.TagClassName
{
border-color: #5CDE48;
}
</style>