Shades of Apple #5CC14C
Tints of Apple #5CC14C
RGB
CMYK
RGB Variations
Color information
#5CC14C (or 0x5CC14C) is known color: Apple. HEX triplet: 5C, C1 and 4C. RGB value is (92,193,76). Sum of RGB (Red+Green+Blue) = 92+193+76=361 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.48% from 361); Green value is 193 (75.78% from 255 or 53.46% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 193 - color contains mainly: green. Hex color #5CC14C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CC14C is #A33EB3. Grayscale: #959595. Windows color (decimal): -10698420 or 5030236. OLE color: 5030236.
HSL color Cylindrical-coordinate representation of color #5CC14C: hue angle of 111.79º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CC14C is Cyan = 0.52, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 92 | 193 | 76 | - |
| CMYK | 0.52 | 0 | 0.61 | 0.24 |
| HSL | 111.79º | 0.49% | 0.53% | - |
| HSV(B) | 111.79º | 0.61% | 0.76% | - |
| XYZ | 24.79 | 40.94 | 13.43 | - |
| YUV | 149.46 | 86.54 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 193 | 76 | 0.52 | 0 | 0.61 | 0.24 | 111.79 | 0.49 | 0.53 |
| Hex | 5C | C1 | 4C | 34 | 0 | 3D | 18 | 70 | 31 | 35 |
| Octal | 134 | 301 | 114 | 64 | 0 | 75 | 30 | 160 | 61 | 65 |
| Binary | 1011100 | 11000001 | 1001100 | 110100 | 0 | 111101 | 11000 | 1110000 | 110001 | 110101 |
Color Harmonies of #5CC14C
Complementary color
Monochromatic Colors of #5CC14C
Black with #5CC14C
Text Example
Text Example
White with #5CC14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC14C; }
p { color: rgb(92,193,76); }
H1.HeaderClassName
{
color: #5CC14C;
}
.AnyTagClassName
{
color: #5CC14C;
}
</style>
background-color css
<style>
a { background-color: #5CC14C; }
a { background-color: rgb(92,193,76); }
div.DivClassName
{
background-color: #5CC14C;
}
.BgClassName
{
background-color: #5CC14C;
}
</style>
border-color css
<style>
span { border-color: #5CC14C; }
span { border-color: rgb(92,193,76); }
td.TdClassName
{
border-color: #5CC14C;
}
.TagClassName
{
border-color: #5CC14C;
}
</style>