Shades of Apple #5CA941
Tints of Apple #5CA941
RGB
CMYK
RGB Variations
Color information
#5CA941 (or 0x5CA941) is known color: Apple. HEX triplet: 5C, A9 and 41. RGB value is (92,169,65). Sum of RGB (Red+Green+Blue) = 92+169+65=326 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.22% from 326); Green value is 169 (66.41% from 255 or 51.84% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 169 - color contains mainly: green. Hex color #5CA941 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA941 is #A356BE. Grayscale: #868686. Windows color (decimal): -10704575 or 4303196. OLE color: 4303196.
HSL color Cylindrical-coordinate representation of color #5CA941: hue angle of 104.42º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CA941 is Cyan = 0.46, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 92 | 169 | 65 | - |
| CMYK | 0.46 | 0 | 0.62 | 0.34 |
| HSL | 104.42º | 0.44% | 0.46% | - |
| HSV(B) | 104.42º | 0.62% | 0.66% | - |
| XYZ | 19.56 | 31.03 | 9.96 | - |
| YUV | 134.12 | 88.99 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 169 | 65 | 0.46 | 0 | 0.62 | 0.34 | 104.42 | 0.44 | 0.46 |
| Hex | 5C | A9 | 41 | 2E | 0 | 3E | 22 | 68 | 2C | 2E |
| Octal | 134 | 251 | 101 | 56 | 0 | 76 | 42 | 150 | 54 | 56 |
| Binary | 1011100 | 10101001 | 1000001 | 101110 | 0 | 111110 | 100010 | 1101000 | 101100 | 101110 |
Color Harmonies of #5CA941
Complementary color
Monochromatic Colors of #5CA941
Black with #5CA941
Text Example
Text Example
White with #5CA941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA941; }
p { color: rgb(92,169,65); }
H1.HeaderClassName
{
color: #5CA941;
}
.AnyTagClassName
{
color: #5CA941;
}
</style>
background-color css
<style>
a { background-color: #5CA941; }
a { background-color: rgb(92,169,65); }
div.DivClassName
{
background-color: #5CA941;
}
.BgClassName
{
background-color: #5CA941;
}
</style>
border-color css
<style>
span { border-color: #5CA941; }
span { border-color: rgb(92,169,65); }
td.TdClassName
{
border-color: #5CA941;
}
.TagClassName
{
border-color: #5CA941;
}
</style>