Shades of Apple #5CCA4D
Tints of Apple #5CCA4D
RGB
CMYK
RGB Variations
Color information
#5CCA4D (or 0x5CCA4D) is known color: Apple. HEX triplet: 5C, CA and 4D. RGB value is (92,202,77). Sum of RGB (Red+Green+Blue) = 92+202+77=371 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.80% from 371); Green value is 202 (79.30% from 255 or 54.45% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 202 - color contains mainly: green. Hex color #5CCA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CCA4D is #A335B2. Grayscale: #9B9B9B. Windows color (decimal): -10696115 or 5098076. OLE color: 5098076.
HSL color Cylindrical-coordinate representation of color #5CCA4D: hue angle of 112.8º degrees, saturation: 0.54, 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 #5CCA4D is Cyan = 0.54, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 202 | 77 | - |
| CMYK | 0.54 | 0 | 0.62 | 0.21 |
| HSL | 112.8º | 0.54% | 0.55% | - |
| HSV(B) | 112.8º | 0.62% | 0.79% | - |
| XYZ | 26.87 | 45.05 | 14.3 | - |
| YUV | 154.86 | 84.06 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 202 | 77 | 0.54 | 0 | 0.62 | 0.21 | 112.8 | 0.54 | 0.55 |
| Hex | 5C | CA | 4D | 36 | 0 | 3E | 15 | 71 | 36 | 37 |
| Octal | 134 | 312 | 115 | 66 | 0 | 76 | 25 | 161 | 66 | 67 |
| Binary | 1011100 | 11001010 | 1001101 | 110110 | 0 | 111110 | 10101 | 1110001 | 110110 | 110111 |
Color Harmonies of #5CCA4D
Complementary color
Monochromatic Colors of #5CCA4D
Black with #5CCA4D
Text Example
Text Example
White with #5CCA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCA4D; }
p { color: rgb(92,202,77); }
H1.HeaderClassName
{
color: #5CCA4D;
}
.AnyTagClassName
{
color: #5CCA4D;
}
</style>
background-color css
<style>
a { background-color: #5CCA4D; }
a { background-color: rgb(92,202,77); }
div.DivClassName
{
background-color: #5CCA4D;
}
.BgClassName
{
background-color: #5CCA4D;
}
</style>
border-color css
<style>
span { border-color: #5CCA4D; }
span { border-color: rgb(92,202,77); }
td.TdClassName
{
border-color: #5CCA4D;
}
.TagClassName
{
border-color: #5CCA4D;
}
</style>