Shades of Apple #5CB549
Tints of Apple #5CB549
RGB
CMYK
RGB Variations
Color information
#5CB549 (or 0x5CB549) is known color: Apple. HEX triplet: 5C, B5 and 49. RGB value is (92,181,73). Sum of RGB (Red+Green+Blue) = 92+181+73=346 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.59% from 346); Green value is 181 (71.09% from 255 or 52.31% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 181 - color contains mainly: green. Hex color #5CB549 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CB549 is #A34AB6. Grayscale: #8E8E8E. Windows color (decimal): -10701495 or 4830556. OLE color: 4830556.
HSL color Cylindrical-coordinate representation of color #5CB549: hue angle of 109.44º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5CB549 is Cyan = 0.49, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 92 | 181 | 73 | - |
| CMYK | 0.49 | 0 | 0.60 | 0.29 |
| HSL | 109.44º | 0.43% | 0.5% | - |
| HSV(B) | 109.44º | 0.6% | 0.71% | - |
| XYZ | 22.14 | 35.8 | 12.05 | - |
| YUV | 142.08 | 89.01 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 181 | 73 | 0.49 | 0 | 0.60 | 0.29 | 109.44 | 0.43 | 0.5 |
| Hex | 5C | B5 | 49 | 31 | 0 | 3C | 1D | 6D | 2B | 32 |
| Octal | 134 | 265 | 111 | 61 | 0 | 74 | 35 | 155 | 53 | 62 |
| Binary | 1011100 | 10110101 | 1001001 | 110001 | 0 | 111100 | 11101 | 1101101 | 101011 | 110010 |
Color Harmonies of #5CB549
Complementary color
Monochromatic Colors of #5CB549
Black with #5CB549
Text Example
Text Example
White with #5CB549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB549; }
p { color: rgb(92,181,73); }
H1.HeaderClassName
{
color: #5CB549;
}
.AnyTagClassName
{
color: #5CB549;
}
</style>
background-color css
<style>
a { background-color: #5CB549; }
a { background-color: rgb(92,181,73); }
div.DivClassName
{
background-color: #5CB549;
}
.BgClassName
{
background-color: #5CB549;
}
</style>
border-color css
<style>
span { border-color: #5CB549; }
span { border-color: rgb(92,181,73); }
td.TdClassName
{
border-color: #5CB549;
}
.TagClassName
{
border-color: #5CB549;
}
</style>