Shades of Apple #5CB949
Tints of Apple #5CB949
RGB
CMYK
RGB Variations
Color information
#5CB949 (or 0x5CB949) is known color: Apple. HEX triplet: 5C, B9 and 49. RGB value is (92,185,73). Sum of RGB (Red+Green+Blue) = 92+185+73=350 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.29% from 350); Green value is 185 (72.66% from 255 or 52.86% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 185 - color contains mainly: green. Hex color #5CB949 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CB949 is #A346B6. Grayscale: #909090. Windows color (decimal): -10700471 or 4831580. OLE color: 4831580.
HSL color Cylindrical-coordinate representation of color #5CB949: hue angle of 109.82º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CB949 is Cyan = 0.50, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 185 | 73 | - |
| CMYK | 0.50 | 0 | 0.61 | 0.27 |
| HSL | 109.82º | 0.44% | 0.51% | - |
| HSV(B) | 109.82º | 0.61% | 0.73% | - |
| XYZ | 22.97 | 37.45 | 12.32 | - |
| YUV | 144.43 | 87.69 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 185 | 73 | 0.50 | 0 | 0.61 | 0.27 | 109.82 | 0.44 | 0.51 |
| Hex | 5C | B9 | 49 | 32 | 0 | 3D | 1B | 6E | 2C | 33 |
| Octal | 134 | 271 | 111 | 62 | 0 | 75 | 33 | 156 | 54 | 63 |
| Binary | 1011100 | 10111001 | 1001001 | 110010 | 0 | 111101 | 11011 | 1101110 | 101100 | 110011 |
Color Harmonies of #5CB949
Complementary color
Monochromatic Colors of #5CB949
Black with #5CB949
Text Example
Text Example
White with #5CB949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB949; }
p { color: rgb(92,185,73); }
H1.HeaderClassName
{
color: #5CB949;
}
.AnyTagClassName
{
color: #5CB949;
}
</style>
background-color css
<style>
a { background-color: #5CB949; }
a { background-color: rgb(92,185,73); }
div.DivClassName
{
background-color: #5CB949;
}
.BgClassName
{
background-color: #5CB949;
}
</style>
border-color css
<style>
span { border-color: #5CB949; }
span { border-color: rgb(92,185,73); }
td.TdClassName
{
border-color: #5CB949;
}
.TagClassName
{
border-color: #5CB949;
}
</style>