Shades of Apple #5CCD40
Tints of Apple #5CCD40
RGB
CMYK
RGB Variations
Color information
#5CCD40 (or 0x5CCD40) is known color: Apple. HEX triplet: 5C, CD and 40. RGB value is (92,205,64). Sum of RGB (Red+Green+Blue) = 92+205+64=361 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.48% from 361); Green value is 205 (80.47% from 255 or 56.79% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 205 - color contains mainly: green. Hex color #5CCD40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CCD40 is #A332BF. Grayscale: #9B9B9B. Windows color (decimal): -10695360 or 4246876. OLE color: 4246876.
HSL color Cylindrical-coordinate representation of color #5CCD40: hue angle of 108.09º degrees, saturation: 0.59, 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 #5CCD40 is Cyan = 0.55, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 205 | 64 | - |
| CMYK | 0.55 | 0 | 0.69 | 0.20 |
| HSL | 108.09º | 0.59% | 0.53% | - |
| HSV(B) | 108.09º | 0.69% | 0.8% | - |
| XYZ | 27.17 | 46.31 | 12.36 | - |
| YUV | 155.14 | 76.56 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 205 | 64 | 0.55 | 0 | 0.69 | 0.20 | 108.09 | 0.59 | 0.53 |
| Hex | 5C | CD | 40 | 37 | 0 | 45 | 14 | 6C | 3B | 35 |
| Octal | 134 | 315 | 100 | 67 | 0 | 105 | 24 | 154 | 73 | 65 |
| Binary | 1011100 | 11001101 | 1000000 | 110111 | 0 | 1000101 | 10100 | 1101100 | 111011 | 110101 |
Color Harmonies of #5CCD40
Complementary color
Monochromatic Colors of #5CCD40
Black with #5CCD40
Text Example
Text Example
White with #5CCD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCD40; }
p { color: rgb(92,205,64); }
H1.HeaderClassName
{
color: #5CCD40;
}
.AnyTagClassName
{
color: #5CCD40;
}
</style>
background-color css
<style>
a { background-color: #5CCD40; }
a { background-color: rgb(92,205,64); }
div.DivClassName
{
background-color: #5CCD40;
}
.BgClassName
{
background-color: #5CCD40;
}
</style>
border-color css
<style>
span { border-color: #5CCD40; }
span { border-color: rgb(92,205,64); }
td.TdClassName
{
border-color: #5CCD40;
}
.TagClassName
{
border-color: #5CCD40;
}
</style>