Shades of Apple #5CC24D
Tints of Apple #5CC24D
RGB
CMYK
RGB Variations
Color information
#5CC24D (or 0x5CC24D) is known color: Apple. HEX triplet: 5C, C2 and 4D. RGB value is (92,194,77). Sum of RGB (Red+Green+Blue) = 92+194+77=363 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.34% from 363); Green value is 194 (76.17% from 255 or 53.44% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 194 - color contains mainly: green. Hex color #5CC24D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CC24D is #A33DB2. Grayscale: #969696. Windows color (decimal): -10698163 or 5096028. OLE color: 5096028.
HSL color Cylindrical-coordinate representation of color #5CC24D: hue angle of 112.31º 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 #5CC24D is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 92 | 194 | 77 | - |
| CMYK | 0.53 | 0 | 0.60 | 0.24 |
| HSL | 112.31º | 0.49% | 0.53% | - |
| HSV(B) | 112.31º | 0.6% | 0.76% | - |
| XYZ | 25.04 | 41.39 | 13.69 | - |
| YUV | 150.16 | 86.71 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 194 | 77 | 0.53 | 0 | 0.60 | 0.24 | 112.31 | 0.49 | 0.53 |
| Hex | 5C | C2 | 4D | 35 | 0 | 3C | 18 | 70 | 31 | 35 |
| Octal | 134 | 302 | 115 | 65 | 0 | 74 | 30 | 160 | 61 | 65 |
| Binary | 1011100 | 11000010 | 1001101 | 110101 | 0 | 111100 | 11000 | 1110000 | 110001 | 110101 |
Color Harmonies of #5CC24D
Complementary color
Monochromatic Colors of #5CC24D
Black with #5CC24D
Text Example
Text Example
White with #5CC24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC24D; }
p { color: rgb(92,194,77); }
H1.HeaderClassName
{
color: #5CC24D;
}
.AnyTagClassName
{
color: #5CC24D;
}
</style>
background-color css
<style>
a { background-color: #5CC24D; }
a { background-color: rgb(92,194,77); }
div.DivClassName
{
background-color: #5CC24D;
}
.BgClassName
{
background-color: #5CC24D;
}
</style>
border-color css
<style>
span { border-color: #5CC24D; }
span { border-color: rgb(92,194,77); }
td.TdClassName
{
border-color: #5CC24D;
}
.TagClassName
{
border-color: #5CC24D;
}
</style>