Shades of Apple #5CB449
Tints of Apple #5CB449
RGB
CMYK
RGB Variations
Color information
#5CB449 (or 0x5CB449) is known color: Apple. HEX triplet: 5C, B4 and 49. RGB value is (92,180,73). Sum of RGB (Red+Green+Blue) = 92+180+73=345 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.67% from 345); Green value is 180 (70.70% from 255 or 52.17% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 180 - color contains mainly: green. Hex color #5CB449 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CB449 is #A34BB6. Grayscale: #8D8D8D. Windows color (decimal): -10701751 or 4830300. OLE color: 4830300.
HSL color Cylindrical-coordinate representation of color #5CB449: hue angle of 109.35º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CB449 is Cyan = 0.49, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 92 | 180 | 73 | - |
| CMYK | 0.49 | 0 | 0.59 | 0.29 |
| HSL | 109.35º | 0.42% | 0.5% | - |
| HSV(B) | 109.35º | 0.59% | 0.71% | - |
| XYZ | 21.94 | 35.4 | 11.98 | - |
| YUV | 141.49 | 89.35 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 180 | 73 | 0.49 | 0 | 0.59 | 0.29 | 109.35 | 0.42 | 0.5 |
| Hex | 5C | B4 | 49 | 31 | 0 | 3B | 1D | 6D | 2A | 32 |
| Octal | 134 | 264 | 111 | 61 | 0 | 73 | 35 | 155 | 52 | 62 |
| Binary | 1011100 | 10110100 | 1001001 | 110001 | 0 | 111011 | 11101 | 1101101 | 101010 | 110010 |
Color Harmonies of #5CB449
Complementary color
Monochromatic Colors of #5CB449
Black with #5CB449
Text Example
Text Example
White with #5CB449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB449; }
p { color: rgb(92,180,73); }
H1.HeaderClassName
{
color: #5CB449;
}
.AnyTagClassName
{
color: #5CB449;
}
</style>
background-color css
<style>
a { background-color: #5CB449; }
a { background-color: rgb(92,180,73); }
div.DivClassName
{
background-color: #5CB449;
}
.BgClassName
{
background-color: #5CB449;
}
</style>
border-color css
<style>
span { border-color: #5CB449; }
span { border-color: rgb(92,180,73); }
td.TdClassName
{
border-color: #5CB449;
}
.TagClassName
{
border-color: #5CB449;
}
</style>