Shades of Apple #5CCA50
Tints of Apple #5CCA50
RGB
CMYK
RGB Variations
Color information
#5CCA50 (or 0x5CCA50) is known color: Apple. HEX triplet: 5C, CA and 50. RGB value is (92,202,80). Sum of RGB (Red+Green+Blue) = 92+202+80=374 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.60% from 374); Green value is 202 (79.30% from 255 or 54.01% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 202 - color contains mainly: green. Hex color #5CCA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CCA50 is #A335AF. Grayscale: #9B9B9B. Windows color (decimal): -10696112 or 5294684. OLE color: 5294684.
HSL color Cylindrical-coordinate representation of color #5CCA50: hue angle of 114.1º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5CCA50 is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 202 | 80 | - |
| CMYK | 0.54 | 0 | 0.60 | 0.21 |
| HSL | 114.1º | 0.54% | 0.55% | - |
| HSV(B) | 114.1º | 0.6% | 0.79% | - |
| XYZ | 26.98 | 45.1 | 14.87 | - |
| YUV | 155.2 | 85.56 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 202 | 80 | 0.54 | 0 | 0.60 | 0.21 | 114.1 | 0.54 | 0.55 |
| Hex | 5C | CA | 50 | 36 | 0 | 3C | 15 | 72 | 36 | 37 |
| Octal | 134 | 312 | 120 | 66 | 0 | 74 | 25 | 162 | 66 | 67 |
| Binary | 1011100 | 11001010 | 1010000 | 110110 | 0 | 111100 | 10101 | 1110010 | 110110 | 110111 |
Color Harmonies of #5CCA50
Complementary color
Monochromatic Colors of #5CCA50
Black with #5CCA50
Text Example
Text Example
White with #5CCA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCA50; }
p { color: rgb(92,202,80); }
H1.HeaderClassName
{
color: #5CCA50;
}
.AnyTagClassName
{
color: #5CCA50;
}
</style>
background-color css
<style>
a { background-color: #5CCA50; }
a { background-color: rgb(92,202,80); }
div.DivClassName
{
background-color: #5CCA50;
}
.BgClassName
{
background-color: #5CCA50;
}
</style>
border-color css
<style>
span { border-color: #5CCA50; }
span { border-color: rgb(92,202,80); }
td.TdClassName
{
border-color: #5CCA50;
}
.TagClassName
{
border-color: #5CCA50;
}
</style>