Shades of Apple #5CD240
Tints of Apple #5CD240
RGB
CMYK
RGB Variations
Color information
#5CD240 (or 0x5CD240) is known color: Apple. HEX triplet: 5C, D2 and 40. RGB value is (92,210,64). Sum of RGB (Red+Green+Blue) = 92+210+64=366 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.14% from 366); Green value is 210 (82.42% from 255 or 57.38% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 210 - color contains mainly: green. Hex color #5CD240 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CD240 is #A32DBF. Grayscale: #9E9E9E. Windows color (decimal): -10694080 or 4248156. OLE color: 4248156.
HSL color Cylindrical-coordinate representation of color #5CD240: hue angle of 108.49º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5CD240 is Cyan = 0.56, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 92 | 210 | 64 | - |
| CMYK | 0.56 | 0 | 0.70 | 0.18 |
| HSL | 108.49º | 0.62% | 0.54% | - |
| HSV(B) | 108.49º | 0.7% | 0.82% | - |
| XYZ | 28.39 | 48.74 | 12.76 | - |
| YUV | 158.07 | 74.91 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 210 | 64 | 0.56 | 0 | 0.70 | 0.18 | 108.49 | 0.62 | 0.54 |
| Hex | 5C | D2 | 40 | 38 | 0 | 46 | 12 | 6C | 3E | 36 |
| Octal | 134 | 322 | 100 | 70 | 0 | 106 | 22 | 154 | 76 | 66 |
| Binary | 1011100 | 11010010 | 1000000 | 111000 | 0 | 1000110 | 10010 | 1101100 | 111110 | 110110 |
Color Harmonies of #5CD240
Complementary color
Monochromatic Colors of #5CD240
Black with #5CD240
Text Example
Text Example
White with #5CD240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD240; }
p { color: rgb(92,210,64); }
H1.HeaderClassName
{
color: #5CD240;
}
.AnyTagClassName
{
color: #5CD240;
}
</style>
background-color css
<style>
a { background-color: #5CD240; }
a { background-color: rgb(92,210,64); }
div.DivClassName
{
background-color: #5CD240;
}
.BgClassName
{
background-color: #5CD240;
}
</style>
border-color css
<style>
span { border-color: #5CD240; }
span { border-color: rgb(92,210,64); }
td.TdClassName
{
border-color: #5CD240;
}
.TagClassName
{
border-color: #5CD240;
}
</style>