Shades of Apple #5CB044
Tints of Apple #5CB044
RGB
CMYK
RGB Variations
Color information
#5CB044 (or 0x5CB044) is known color: Apple. HEX triplet: 5C, B0 and 44. RGB value is (92,176,68). Sum of RGB (Red+Green+Blue) = 92+176+68=336 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.38% from 336); Green value is 176 (69.14% from 255 or 52.38% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 176 - color contains mainly: green. Hex color #5CB044 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CB044 is #A34FBB. Grayscale: #8A8A8A. Windows color (decimal): -10702780 or 4501596. OLE color: 4501596.
HSL color Cylindrical-coordinate representation of color #5CB044: hue angle of 106.67º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CB044 is Cyan = 0.48, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 176 | 68 | - |
| CMYK | 0.48 | 0 | 0.61 | 0.31 |
| HSL | 106.67º | 0.44% | 0.48% | - |
| HSV(B) | 106.67º | 0.61% | 0.69% | - |
| XYZ | 20.98 | 33.74 | 10.88 | - |
| YUV | 138.57 | 88.17 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 176 | 68 | 0.48 | 0 | 0.61 | 0.31 | 106.67 | 0.44 | 0.48 |
| Hex | 5C | B0 | 44 | 30 | 0 | 3D | 1F | 6B | 2C | 30 |
| Octal | 134 | 260 | 104 | 60 | 0 | 75 | 37 | 153 | 54 | 60 |
| Binary | 1011100 | 10110000 | 1000100 | 110000 | 0 | 111101 | 11111 | 1101011 | 101100 | 110000 |
Color Harmonies of #5CB044
Complementary color
Monochromatic Colors of #5CB044
Black with #5CB044
Text Example
Text Example
White with #5CB044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB044; }
p { color: rgb(92,176,68); }
H1.HeaderClassName
{
color: #5CB044;
}
.AnyTagClassName
{
color: #5CB044;
}
</style>
background-color css
<style>
a { background-color: #5CB044; }
a { background-color: rgb(92,176,68); }
div.DivClassName
{
background-color: #5CB044;
}
.BgClassName
{
background-color: #5CB044;
}
</style>
border-color css
<style>
span { border-color: #5CB044; }
span { border-color: rgb(92,176,68); }
td.TdClassName
{
border-color: #5CB044;
}
.TagClassName
{
border-color: #5CB044;
}
</style>