Shades of Apple #5CC64A
Tints of Apple #5CC64A
RGB
CMYK
RGB Variations
Color information
#5CC64A (or 0x5CC64A) is known color: Apple. HEX triplet: 5C, C6 and 4A. RGB value is (92,198,74). Sum of RGB (Red+Green+Blue) = 92+198+74=364 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.27% from 364); Green value is 198 (77.73% from 255 or 54.40% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 198 - color contains mainly: green. Hex color #5CC64A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CC64A is #A339B5. Grayscale: #989898. Windows color (decimal): -10697142 or 4900444. OLE color: 4900444.
HSL color Cylindrical-coordinate representation of color #5CC64A: hue angle of 111.29º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CC64A is Cyan = 0.54, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 92 | 198 | 74 | - |
| CMYK | 0.54 | 0 | 0.63 | 0.22 |
| HSL | 111.29º | 0.52% | 0.53% | - |
| HSV(B) | 111.29º | 0.63% | 0.78% | - |
| XYZ | 25.84 | 43.16 | 13.45 | - |
| YUV | 152.17 | 83.88 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 198 | 74 | 0.54 | 0 | 0.63 | 0.22 | 111.29 | 0.52 | 0.53 |
| Hex | 5C | C6 | 4A | 36 | 0 | 3F | 16 | 6F | 34 | 35 |
| Octal | 134 | 306 | 112 | 66 | 0 | 77 | 26 | 157 | 64 | 65 |
| Binary | 1011100 | 11000110 | 1001010 | 110110 | 0 | 111111 | 10110 | 1101111 | 110100 | 110101 |
Color Harmonies of #5CC64A
Complementary color
Monochromatic Colors of #5CC64A
Black with #5CC64A
Text Example
Text Example
White with #5CC64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC64A; }
p { color: rgb(92,198,74); }
H1.HeaderClassName
{
color: #5CC64A;
}
.AnyTagClassName
{
color: #5CC64A;
}
</style>
background-color css
<style>
a { background-color: #5CC64A; }
a { background-color: rgb(92,198,74); }
div.DivClassName
{
background-color: #5CC64A;
}
.BgClassName
{
background-color: #5CC64A;
}
</style>
border-color css
<style>
span { border-color: #5CC64A; }
span { border-color: rgb(92,198,74); }
td.TdClassName
{
border-color: #5CC64A;
}
.TagClassName
{
border-color: #5CC64A;
}
</style>