Shades of Apple #5C9F41
Tints of Apple #5C9F41
RGB
CMYK
RGB Variations
Color information
#5C9F41 (or 0x5C9F41) is known color: Apple. HEX triplet: 5C, 9F and 41. RGB value is (92,159,65). Sum of RGB (Red+Green+Blue) = 92+159+65=316 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.11% from 316); Green value is 159 (62.5% from 255 or 50.32% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 159 - color contains mainly: green. Hex color #5C9F41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C9F41 is #A360BE. Grayscale: #808080. Windows color (decimal): -10707135 or 4300636. OLE color: 4300636.
HSL color Cylindrical-coordinate representation of color #5C9F41: hue angle of 102.77º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5C9F41 is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 92 | 159 | 65 | - |
| CMYK | 0.42 | 0 | 0.59 | 0.38 |
| HSL | 102.77º | 0.42% | 0.44% | - |
| HSV(B) | 102.77º | 0.59% | 0.62% | - |
| XYZ | 17.77 | 27.45 | 9.36 | - |
| YUV | 128.25 | 92.3 | 102.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 159 | 65 | 0.42 | 0 | 0.59 | 0.38 | 102.77 | 0.42 | 0.44 |
| Hex | 5C | 9F | 41 | 2A | 0 | 3B | 26 | 67 | 2A | 2C |
| Octal | 134 | 237 | 101 | 52 | 0 | 73 | 46 | 147 | 52 | 54 |
| Binary | 1011100 | 10011111 | 1000001 | 101010 | 0 | 111011 | 100110 | 1100111 | 101010 | 101100 |
Color Harmonies of #5C9F41
Complementary color
Monochromatic Colors of #5C9F41
Black with #5C9F41
Text Example
Text Example
White with #5C9F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9F41; }
p { color: rgb(92,159,65); }
H1.HeaderClassName
{
color: #5C9F41;
}
.AnyTagClassName
{
color: #5C9F41;
}
</style>
background-color css
<style>
a { background-color: #5C9F41; }
a { background-color: rgb(92,159,65); }
div.DivClassName
{
background-color: #5C9F41;
}
.BgClassName
{
background-color: #5C9F41;
}
</style>
border-color css
<style>
span { border-color: #5C9F41; }
span { border-color: rgb(92,159,65); }
td.TdClassName
{
border-color: #5C9F41;
}
.TagClassName
{
border-color: #5C9F41;
}
</style>