Shades of Apple #5CD340
Tints of Apple #5CD340
RGB
CMYK
RGB Variations
Color information
#5CD340 (or 0x5CD340) is known color: Apple. HEX triplet: 5C, D3 and 40. RGB value is (92,211,64). Sum of RGB (Red+Green+Blue) = 92+211+64=367 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.07% from 367); Green value is 211 (82.81% from 255 or 57.49% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 211 - color contains mainly: green. Hex color #5CD340 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CD340 is #A32CBF. Grayscale: #9F9F9F. Windows color (decimal): -10693824 or 4248412. OLE color: 4248412.
HSL color Cylindrical-coordinate representation of color #5CD340: hue angle of 108.57º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5CD340 is Cyan = 0.56, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 92 | 211 | 64 | - |
| CMYK | 0.56 | 0 | 0.70 | 0.17 |
| HSL | 108.57º | 0.63% | 0.54% | - |
| HSV(B) | 108.57º | 0.7% | 0.83% | - |
| XYZ | 28.63 | 49.23 | 12.84 | - |
| YUV | 158.66 | 74.58 | 80.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 211 | 64 | 0.56 | 0 | 0.70 | 0.17 | 108.57 | 0.63 | 0.54 |
| Hex | 5C | D3 | 40 | 38 | 0 | 46 | 11 | 6D | 3F | 36 |
| Octal | 134 | 323 | 100 | 70 | 0 | 106 | 21 | 155 | 77 | 66 |
| Binary | 1011100 | 11010011 | 1000000 | 111000 | 0 | 1000110 | 10001 | 1101101 | 111111 | 110110 |
Color Harmonies of #5CD340
Complementary color
Monochromatic Colors of #5CD340
Black with #5CD340
Text Example
Text Example
White with #5CD340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD340; }
p { color: rgb(92,211,64); }
H1.HeaderClassName
{
color: #5CD340;
}
.AnyTagClassName
{
color: #5CD340;
}
</style>
background-color css
<style>
a { background-color: #5CD340; }
a { background-color: rgb(92,211,64); }
div.DivClassName
{
background-color: #5CD340;
}
.BgClassName
{
background-color: #5CD340;
}
</style>
border-color css
<style>
span { border-color: #5CD340; }
span { border-color: rgb(92,211,64); }
td.TdClassName
{
border-color: #5CD340;
}
.TagClassName
{
border-color: #5CD340;
}
</style>