Shades of Apple #5CDA41
Tints of Apple #5CDA41
RGB
CMYK
RGB Variations
Color information
#5CDA41 (or 0x5CDA41) is known color: Apple. HEX triplet: 5C, DA and 41. RGB value is (92,218,65). Sum of RGB (Red+Green+Blue) = 92+218+65=375 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.53% from 375); Green value is 218 (85.55% from 255 or 58.13% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 218 - color contains mainly: green. Hex color #5CDA41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CDA41 is #A325BE. Grayscale: #A3A3A3. Windows color (decimal): -10692031 or 4315740. OLE color: 4315740.
HSL color Cylindrical-coordinate representation of color #5CDA41: hue angle of 109.41º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5CDA41 is Cyan = 0.58, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 218 | 65 | - |
| CMYK | 0.58 | 0 | 0.70 | 0.15 |
| HSL | 109.41º | 0.67% | 0.55% | - |
| HSV(B) | 109.41º | 0.7% | 0.85% | - |
| XYZ | 30.44 | 52.8 | 13.59 | - |
| YUV | 162.88 | 72.76 | 77.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 218 | 65 | 0.58 | 0 | 0.70 | 0.15 | 109.41 | 0.67 | 0.55 |
| Hex | 5C | DA | 41 | 3A | 0 | 46 | F | 6D | 43 | 37 |
| Octal | 134 | 332 | 101 | 72 | 0 | 106 | 17 | 155 | 103 | 67 |
| Binary | 1011100 | 11011010 | 1000001 | 111010 | 0 | 1000110 | 1111 | 1101101 | 1000011 | 110111 |
Color Harmonies of #5CDA41
Complementary color
Monochromatic Colors of #5CDA41
Black with #5CDA41
Text Example
Text Example
White with #5CDA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDA41; }
p { color: rgb(92,218,65); }
H1.HeaderClassName
{
color: #5CDA41;
}
.AnyTagClassName
{
color: #5CDA41;
}
</style>
background-color css
<style>
a { background-color: #5CDA41; }
a { background-color: rgb(92,218,65); }
div.DivClassName
{
background-color: #5CDA41;
}
.BgClassName
{
background-color: #5CDA41;
}
</style>
border-color css
<style>
span { border-color: #5CDA41; }
span { border-color: rgb(92,218,65); }
td.TdClassName
{
border-color: #5CDA41;
}
.TagClassName
{
border-color: #5CDA41;
}
</style>