Shades of Apple #5CB450
Tints of Apple #5CB450
RGB
CMYK
RGB Variations
Color information
#5CB450 (or 0x5CB450) is known color: Apple. HEX triplet: 5C, B4 and 50. RGB value is (92,180,80). Sum of RGB (Red+Green+Blue) = 92+180+80=352 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.14% from 352); Green value is 180 (70.70% from 255 or 51.14% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 180 - color contains mainly: green. Hex color #5CB450 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CB450 is #A34BAF. Grayscale: #8E8E8E. Windows color (decimal): -10701744 or 5289052. OLE color: 5289052.
HSL color Cylindrical-coordinate representation of color #5CB450: hue angle of 112.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CB450 is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 92 | 180 | 80 | - |
| CMYK | 0.49 | 0 | 0.56 | 0.29 |
| HSL | 112.8º | 0.4% | 0.51% | - |
| HSV(B) | 112.8º | 0.56% | 0.71% | - |
| XYZ | 22.18 | 35.5 | 13.27 | - |
| YUV | 142.29 | 92.85 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 180 | 80 | 0.49 | 0 | 0.56 | 0.29 | 112.8 | 0.4 | 0.51 |
| Hex | 5C | B4 | 50 | 31 | 0 | 38 | 1D | 71 | 28 | 33 |
| Octal | 134 | 264 | 120 | 61 | 0 | 70 | 35 | 161 | 50 | 63 |
| Binary | 1011100 | 10110100 | 1010000 | 110001 | 0 | 111000 | 11101 | 1110001 | 101000 | 110011 |
Color Harmonies of #5CB450
Complementary color
Monochromatic Colors of #5CB450
Black with #5CB450
Text Example
Text Example
White with #5CB450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB450; }
p { color: rgb(92,180,80); }
H1.HeaderClassName
{
color: #5CB450;
}
.AnyTagClassName
{
color: #5CB450;
}
</style>
background-color css
<style>
a { background-color: #5CB450; }
a { background-color: rgb(92,180,80); }
div.DivClassName
{
background-color: #5CB450;
}
.BgClassName
{
background-color: #5CB450;
}
</style>
border-color css
<style>
span { border-color: #5CB450; }
span { border-color: rgb(92,180,80); }
td.TdClassName
{
border-color: #5CB450;
}
.TagClassName
{
border-color: #5CB450;
}
</style>