Shades of Apple #5CE141
Tints of Apple #5CE141
RGB
CMYK
RGB Variations
Color information
#5CE141 (or 0x5CE141) is known color: Apple. HEX triplet: 5C, E1 and 41. RGB value is (92,225,65). Sum of RGB (Red+Green+Blue) = 92+225+65=382 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.08% from 382); Green value is 225 (88.28% from 255 or 58.90% from 382); Blue value is 65 (25.78% from 255 or 17.02% from 382); Max value from RGB is 225 - color contains mainly: green. Hex color #5CE141 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CE141 is #A31EBE. Grayscale: #A7A7A7. Windows color (decimal): -10690239 or 4317532. OLE color: 4317532.
HSL color Cylindrical-coordinate representation of color #5CE141: hue angle of 109.88º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5CE141 is Cyan = 0.59, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 92 | 225 | 65 | - |
| CMYK | 0.59 | 0 | 0.71 | 0.12 |
| HSL | 109.88º | 0.73% | 0.57% | - |
| HSV(B) | 109.88º | 0.71% | 0.88% | - |
| XYZ | 32.29 | 56.51 | 14.21 | - |
| YUV | 166.99 | 70.44 | 74.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 225 | 65 | 0.59 | 0 | 0.71 | 0.12 | 109.88 | 0.73 | 0.57 |
| Hex | 5C | E1 | 41 | 3B | 0 | 47 | C | 6E | 49 | 39 |
| Octal | 134 | 341 | 101 | 73 | 0 | 107 | 14 | 156 | 111 | 71 |
| Binary | 1011100 | 11100001 | 1000001 | 111011 | 0 | 1000111 | 1100 | 1101110 | 1001001 | 111001 |
Color Harmonies of #5CE141
Complementary color
Monochromatic Colors of #5CE141
Black with #5CE141
Text Example
Text Example
White with #5CE141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE141; }
p { color: rgb(92,225,65); }
H1.HeaderClassName
{
color: #5CE141;
}
.AnyTagClassName
{
color: #5CE141;
}
</style>
background-color css
<style>
a { background-color: #5CE141; }
a { background-color: rgb(92,225,65); }
div.DivClassName
{
background-color: #5CE141;
}
.BgClassName
{
background-color: #5CE141;
}
</style>
border-color css
<style>
span { border-color: #5CE141; }
span { border-color: rgb(92,225,65); }
td.TdClassName
{
border-color: #5CE141;
}
.TagClassName
{
border-color: #5CE141;
}
</style>