Shades of Apple #5CC94D
Tints of Apple #5CC94D
RGB
CMYK
RGB Variations
Color information
#5CC94D (or 0x5CC94D) is known color: Apple. HEX triplet: 5C, C9 and 4D. RGB value is (92,201,77). Sum of RGB (Red+Green+Blue) = 92+201+77=370 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.86% from 370); Green value is 201 (78.91% from 255 or 54.32% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 201 - color contains mainly: green. Hex color #5CC94D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CC94D is #A336B2. Grayscale: #9A9A9A. Windows color (decimal): -10696371 or 5097820. OLE color: 5097820.
HSL color Cylindrical-coordinate representation of color #5CC94D: hue angle of 112.74º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CC94D is Cyan = 0.54, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 201 | 77 | - |
| CMYK | 0.54 | 0 | 0.62 | 0.21 |
| HSL | 112.74º | 0.53% | 0.55% | - |
| HSV(B) | 112.74º | 0.62% | 0.79% | - |
| XYZ | 26.64 | 44.58 | 14.22 | - |
| YUV | 154.27 | 84.39 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 201 | 77 | 0.54 | 0 | 0.62 | 0.21 | 112.74 | 0.53 | 0.55 |
| Hex | 5C | C9 | 4D | 36 | 0 | 3E | 15 | 71 | 35 | 37 |
| Octal | 134 | 311 | 115 | 66 | 0 | 76 | 25 | 161 | 65 | 67 |
| Binary | 1011100 | 11001001 | 1001101 | 110110 | 0 | 111110 | 10101 | 1110001 | 110101 | 110111 |
Color Harmonies of #5CC94D
Complementary color
Monochromatic Colors of #5CC94D
Black with #5CC94D
Text Example
Text Example
White with #5CC94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC94D; }
p { color: rgb(92,201,77); }
H1.HeaderClassName
{
color: #5CC94D;
}
.AnyTagClassName
{
color: #5CC94D;
}
</style>
background-color css
<style>
a { background-color: #5CC94D; }
a { background-color: rgb(92,201,77); }
div.DivClassName
{
background-color: #5CC94D;
}
.BgClassName
{
background-color: #5CC94D;
}
</style>
border-color css
<style>
span { border-color: #5CC94D; }
span { border-color: rgb(92,201,77); }
td.TdClassName
{
border-color: #5CC94D;
}
.TagClassName
{
border-color: #5CC94D;
}
</style>