Shades of Apple #5CCD46
Tints of Apple #5CCD46
RGB
CMYK
RGB Variations
Color information
#5CCD46 (or 0x5CCD46) is known color: Apple. HEX triplet: 5C, CD and 46. RGB value is (92,205,70). Sum of RGB (Red+Green+Blue) = 92+205+70=367 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.07% from 367); Green value is 205 (80.47% from 255 or 55.86% from 367); Blue value is 70 (27.73% from 255 or 19.07% from 367); Max value from RGB is 205 - color contains mainly: green. Hex color #5CCD46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CCD46 is #A332B9. Grayscale: #9C9C9C. Windows color (decimal): -10695354 or 4640092. OLE color: 4640092.
HSL color Cylindrical-coordinate representation of color #5CCD46: hue angle of 110.22º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5CCD46 is Cyan = 0.55, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 205 | 70 | - |
| CMYK | 0.55 | 0 | 0.66 | 0.20 |
| HSL | 110.22º | 0.57% | 0.54% | - |
| HSV(B) | 110.22º | 0.66% | 0.8% | - |
| XYZ | 27.35 | 46.38 | 13.31 | - |
| YUV | 155.82 | 79.56 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 205 | 70 | 0.55 | 0 | 0.66 | 0.20 | 110.22 | 0.57 | 0.54 |
| Hex | 5C | CD | 46 | 37 | 0 | 42 | 14 | 6E | 39 | 36 |
| Octal | 134 | 315 | 106 | 67 | 0 | 102 | 24 | 156 | 71 | 66 |
| Binary | 1011100 | 11001101 | 1000110 | 110111 | 0 | 1000010 | 10100 | 1101110 | 111001 | 110110 |
Color Harmonies of #5CCD46
Complementary color
Monochromatic Colors of #5CCD46
Black with #5CCD46
Text Example
Text Example
White with #5CCD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCD46; }
p { color: rgb(92,205,70); }
H1.HeaderClassName
{
color: #5CCD46;
}
.AnyTagClassName
{
color: #5CCD46;
}
</style>
background-color css
<style>
a { background-color: #5CCD46; }
a { background-color: rgb(92,205,70); }
div.DivClassName
{
background-color: #5CCD46;
}
.BgClassName
{
background-color: #5CCD46;
}
</style>
border-color css
<style>
span { border-color: #5CCD46; }
span { border-color: rgb(92,205,70); }
td.TdClassName
{
border-color: #5CCD46;
}
.TagClassName
{
border-color: #5CCD46;
}
</style>