Shades of Apple #5CCC40
Tints of Apple #5CCC40
RGB
CMYK
RGB Variations
Color information
#5CCC40 (or 0x5CCC40) is known color: Apple. HEX triplet: 5C, CC and 40. RGB value is (92,204,64). Sum of RGB (Red+Green+Blue) = 92+204+64=360 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.56% from 360); Green value is 204 (80.08% from 255 or 56.67% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 204 - color contains mainly: green. Hex color #5CCC40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CCC40 is #A333BF. Grayscale: #9B9B9B. Windows color (decimal): -10695616 or 4246620. OLE color: 4246620.
HSL color Cylindrical-coordinate representation of color #5CCC40: hue angle of 108º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5CCC40 is Cyan = 0.55, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 92 | 204 | 64 | - |
| CMYK | 0.55 | 0 | 0.69 | 0.2 |
| HSL | 108º | 0.58% | 0.53% | - |
| HSV(B) | 108º | 0.69% | 0.8% | - |
| XYZ | 26.93 | 45.83 | 12.28 | - |
| YUV | 154.55 | 76.89 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 204 | 64 | 0.55 | 0 | 0.69 | 0.2 | 108 | 0.58 | 0.53 |
| Hex | 5C | CC | 40 | 37 | 0 | 45 | 14 | 6C | 3A | 35 |
| Octal | 134 | 314 | 100 | 67 | 0 | 105 | 24 | 154 | 72 | 65 |
| Binary | 1011100 | 11001100 | 1000000 | 110111 | 0 | 1000101 | 10100 | 1101100 | 111010 | 110101 |
Color Harmonies of #5CCC40
Complementary color
Monochromatic Colors of #5CCC40
Black with #5CCC40
Text Example
Text Example
White with #5CCC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCC40; }
p { color: rgb(92,204,64); }
H1.HeaderClassName
{
color: #5CCC40;
}
.AnyTagClassName
{
color: #5CCC40;
}
</style>
background-color css
<style>
a { background-color: #5CCC40; }
a { background-color: rgb(92,204,64); }
div.DivClassName
{
background-color: #5CCC40;
}
.BgClassName
{
background-color: #5CCC40;
}
</style>
border-color css
<style>
span { border-color: #5CCC40; }
span { border-color: rgb(92,204,64); }
td.TdClassName
{
border-color: #5CCC40;
}
.TagClassName
{
border-color: #5CCC40;
}
</style>