Shades of Apple #5CC540
Tints of Apple #5CC540
RGB
CMYK
RGB Variations
Color information
#5CC540 (or 0x5CC540) is known color: Apple. HEX triplet: 5C, C5 and 40. RGB value is (92,197,64). Sum of RGB (Red+Green+Blue) = 92+197+64=353 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.06% from 353); Green value is 197 (77.34% from 255 or 55.81% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 197 - color contains mainly: green. Hex color #5CC540 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CC540 is #A33ABF. Grayscale: #969696. Windows color (decimal): -10697408 or 4244828. OLE color: 4244828.
HSL color Cylindrical-coordinate representation of color #5CC540: hue angle of 107.37º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5CC540 is Cyan = 0.53, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 92 | 197 | 64 | - |
| CMYK | 0.53 | 0 | 0.68 | 0.23 |
| HSL | 107.37º | 0.53% | 0.51% | - |
| HSV(B) | 107.37º | 0.68% | 0.77% | - |
| XYZ | 25.31 | 42.58 | 11.74 | - |
| YUV | 150.44 | 79.21 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 197 | 64 | 0.53 | 0 | 0.68 | 0.23 | 107.37 | 0.53 | 0.51 |
| Hex | 5C | C5 | 40 | 35 | 0 | 44 | 17 | 6B | 35 | 33 |
| Octal | 134 | 305 | 100 | 65 | 0 | 104 | 27 | 153 | 65 | 63 |
| Binary | 1011100 | 11000101 | 1000000 | 110101 | 0 | 1000100 | 10111 | 1101011 | 110101 | 110011 |
Color Harmonies of #5CC540
Complementary color
Monochromatic Colors of #5CC540
Black with #5CC540
Text Example
Text Example
White with #5CC540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC540; }
p { color: rgb(92,197,64); }
H1.HeaderClassName
{
color: #5CC540;
}
.AnyTagClassName
{
color: #5CC540;
}
</style>
background-color css
<style>
a { background-color: #5CC540; }
a { background-color: rgb(92,197,64); }
div.DivClassName
{
background-color: #5CC540;
}
.BgClassName
{
background-color: #5CC540;
}
</style>
border-color css
<style>
span { border-color: #5CC540; }
span { border-color: rgb(92,197,64); }
td.TdClassName
{
border-color: #5CC540;
}
.TagClassName
{
border-color: #5CC540;
}
</style>