Shades of Apple #5CD540
Tints of Apple #5CD540
RGB
CMYK
RGB Variations
Color information
#5CD540 (or 0x5CD540) is known color: Apple. HEX triplet: 5C, D5 and 40. RGB value is (92,213,64). Sum of RGB (Red+Green+Blue) = 92+213+64=369 (48% of max value = 765). Red value is 92 (36.33% from 255 or 24.93% from 369); Green value is 213 (83.59% from 255 or 57.72% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 213 - color contains mainly: green. Hex color #5CD540 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CD540 is #A32ABF. Grayscale: #A0A0A0. Windows color (decimal): -10693312 or 4248924. OLE color: 4248924.
HSL color Cylindrical-coordinate representation of color #5CD540: hue angle of 108.72º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5CD540 is Cyan = 0.57, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 92 | 213 | 64 | - |
| CMYK | 0.57 | 0 | 0.70 | 0.16 |
| HSL | 108.72º | 0.64% | 0.54% | - |
| HSV(B) | 108.72º | 0.7% | 0.84% | - |
| XYZ | 29.13 | 50.23 | 13.01 | - |
| YUV | 159.84 | 73.91 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 213 | 64 | 0.57 | 0 | 0.70 | 0.16 | 108.72 | 0.64 | 0.54 |
| Hex | 5C | D5 | 40 | 39 | 0 | 46 | 10 | 6D | 40 | 36 |
| Octal | 134 | 325 | 100 | 71 | 0 | 106 | 20 | 155 | 100 | 66 |
| Binary | 1011100 | 11010101 | 1000000 | 111001 | 0 | 1000110 | 10000 | 1101101 | 1000000 | 110110 |
Color Harmonies of #5CD540
Complementary color
Monochromatic Colors of #5CD540
Black with #5CD540
Text Example
Text Example
White with #5CD540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD540; }
p { color: rgb(92,213,64); }
H1.HeaderClassName
{
color: #5CD540;
}
.AnyTagClassName
{
color: #5CD540;
}
</style>
background-color css
<style>
a { background-color: #5CD540; }
a { background-color: rgb(92,213,64); }
div.DivClassName
{
background-color: #5CD540;
}
.BgClassName
{
background-color: #5CD540;
}
</style>
border-color css
<style>
span { border-color: #5CD540; }
span { border-color: rgb(92,213,64); }
td.TdClassName
{
border-color: #5CD540;
}
.TagClassName
{
border-color: #5CD540;
}
</style>