Shades of Apple #5CC94C
Tints of Apple #5CC94C
RGB
CMYK
RGB Variations
Color information
#5CC94C (or 0x5CC94C) is known color: Apple. HEX triplet: 5C, C9 and 4C. RGB value is (92,201,76). Sum of RGB (Red+Green+Blue) = 92+201+76=369 (48% of max value = 765). Red value is 92 (36.33% from 255 or 24.93% from 369); Green value is 201 (78.91% from 255 or 54.47% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 201 - color contains mainly: green. Hex color #5CC94C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CC94C is #A336B3. Grayscale: #9A9A9A. Windows color (decimal): -10696372 or 5032284. OLE color: 5032284.
HSL color Cylindrical-coordinate representation of color #5CC94C: hue angle of 112.32º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CC94C is Cyan = 0.54, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 201 | 76 | - |
| CMYK | 0.54 | 0 | 0.62 | 0.21 |
| HSL | 112.32º | 0.54% | 0.54% | - |
| HSV(B) | 112.32º | 0.62% | 0.79% | - |
| XYZ | 26.6 | 44.57 | 14.04 | - |
| YUV | 154.16 | 83.89 | 83.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 201 | 76 | 0.54 | 0 | 0.62 | 0.21 | 112.32 | 0.54 | 0.54 |
| Hex | 5C | C9 | 4C | 36 | 0 | 3E | 15 | 70 | 36 | 36 |
| Octal | 134 | 311 | 114 | 66 | 0 | 76 | 25 | 160 | 66 | 66 |
| Binary | 1011100 | 11001001 | 1001100 | 110110 | 0 | 111110 | 10101 | 1110000 | 110110 | 110110 |
Color Harmonies of #5CC94C
Complementary color
Monochromatic Colors of #5CC94C
Black with #5CC94C
Text Example
Text Example
White with #5CC94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC94C; }
p { color: rgb(92,201,76); }
H1.HeaderClassName
{
color: #5CC94C;
}
.AnyTagClassName
{
color: #5CC94C;
}
</style>
background-color css
<style>
a { background-color: #5CC94C; }
a { background-color: rgb(92,201,76); }
div.DivClassName
{
background-color: #5CC94C;
}
.BgClassName
{
background-color: #5CC94C;
}
</style>
border-color css
<style>
span { border-color: #5CC94C; }
span { border-color: rgb(92,201,76); }
td.TdClassName
{
border-color: #5CC94C;
}
.TagClassName
{
border-color: #5CC94C;
}
</style>