Shades of Apple #5CC44D
Tints of Apple #5CC44D
RGB
CMYK
RGB Variations
Color information
#5CC44D (or 0x5CC44D) is known color: Apple. HEX triplet: 5C, C4 and 4D. RGB value is (92,196,77). Sum of RGB (Red+Green+Blue) = 92+196+77=365 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.21% from 365); Green value is 196 (76.95% from 255 or 53.70% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 196 - color contains mainly: green. Hex color #5CC44D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CC44D is #A33BB2. Grayscale: #979797. Windows color (decimal): -10697651 or 5096540. OLE color: 5096540.
HSL color Cylindrical-coordinate representation of color #5CC44D: hue angle of 112.44º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CC44D is Cyan = 0.53, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 92 | 196 | 77 | - |
| CMYK | 0.53 | 0 | 0.61 | 0.23 |
| HSL | 112.44º | 0.5% | 0.54% | - |
| HSV(B) | 112.44º | 0.61% | 0.77% | - |
| XYZ | 25.49 | 42.29 | 13.84 | - |
| YUV | 151.34 | 86.04 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 196 | 77 | 0.53 | 0 | 0.61 | 0.23 | 112.44 | 0.5 | 0.54 |
| Hex | 5C | C4 | 4D | 35 | 0 | 3D | 17 | 70 | 32 | 36 |
| Octal | 134 | 304 | 115 | 65 | 0 | 75 | 27 | 160 | 62 | 66 |
| Binary | 1011100 | 11000100 | 1001101 | 110101 | 0 | 111101 | 10111 | 1110000 | 110010 | 110110 |
Color Harmonies of #5CC44D
Complementary color
Monochromatic Colors of #5CC44D
Black with #5CC44D
Text Example
Text Example
White with #5CC44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC44D; }
p { color: rgb(92,196,77); }
H1.HeaderClassName
{
color: #5CC44D;
}
.AnyTagClassName
{
color: #5CC44D;
}
</style>
background-color css
<style>
a { background-color: #5CC44D; }
a { background-color: rgb(92,196,77); }
div.DivClassName
{
background-color: #5CC44D;
}
.BgClassName
{
background-color: #5CC44D;
}
</style>
border-color css
<style>
span { border-color: #5CC44D; }
span { border-color: rgb(92,196,77); }
td.TdClassName
{
border-color: #5CC44D;
}
.TagClassName
{
border-color: #5CC44D;
}
</style>