Shades of Apple #5CC14D
Tints of Apple #5CC14D
RGB
CMYK
RGB Variations
Color information
#5CC14D (or 0x5CC14D) is known color: Apple. HEX triplet: 5C, C1 and 4D. RGB value is (92,193,77). Sum of RGB (Red+Green+Blue) = 92+193+77=362 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.41% from 362); Green value is 193 (75.78% from 255 or 53.31% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 193 - color contains mainly: green. Hex color #5CC14D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CC14D is #A33EB2. Grayscale: #959595. Windows color (decimal): -10698419 or 5095772. OLE color: 5095772.
HSL color Cylindrical-coordinate representation of color #5CC14D: hue angle of 112.24º degrees, saturation: 0.48, 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 #5CC14D is Cyan = 0.52, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 92 | 193 | 77 | - |
| CMYK | 0.52 | 0 | 0.60 | 0.24 |
| HSL | 112.24º | 0.48% | 0.53% | - |
| HSV(B) | 112.24º | 0.6% | 0.76% | - |
| XYZ | 24.82 | 40.95 | 13.62 | - |
| YUV | 149.58 | 87.04 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 193 | 77 | 0.52 | 0 | 0.60 | 0.24 | 112.24 | 0.48 | 0.53 |
| Hex | 5C | C1 | 4D | 34 | 0 | 3C | 18 | 70 | 30 | 35 |
| Octal | 134 | 301 | 115 | 64 | 0 | 74 | 30 | 160 | 60 | 65 |
| Binary | 1011100 | 11000001 | 1001101 | 110100 | 0 | 111100 | 11000 | 1110000 | 110000 | 110101 |
Color Harmonies of #5CC14D
Complementary color
Monochromatic Colors of #5CC14D
Black with #5CC14D
Text Example
Text Example
White with #5CC14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC14D; }
p { color: rgb(92,193,77); }
H1.HeaderClassName
{
color: #5CC14D;
}
.AnyTagClassName
{
color: #5CC14D;
}
</style>
background-color css
<style>
a { background-color: #5CC14D; }
a { background-color: rgb(92,193,77); }
div.DivClassName
{
background-color: #5CC14D;
}
.BgClassName
{
background-color: #5CC14D;
}
</style>
border-color css
<style>
span { border-color: #5CC14D; }
span { border-color: rgb(92,193,77); }
td.TdClassName
{
border-color: #5CC14D;
}
.TagClassName
{
border-color: #5CC14D;
}
</style>