Shades of Apple #5CB140
Tints of Apple #5CB140
RGB
CMYK
RGB Variations
Color information
#5CB140 (or 0x5CB140) is known color: Apple. HEX triplet: 5C, B1 and 40. RGB value is (92,177,64). Sum of RGB (Red+Green+Blue) = 92+177+64=333 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.63% from 333); Green value is 177 (69.53% from 255 or 53.15% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 177 - color contains mainly: green. Hex color #5CB140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CB140 is #A34EBF. Grayscale: #8B8B8B. Windows color (decimal): -10702528 or 4239708. OLE color: 4239708.
HSL color Cylindrical-coordinate representation of color #5CB140: hue angle of 105.13º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CB140 is Cyan = 0.48, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 177 | 64 | - |
| CMYK | 0.48 | 0 | 0.64 | 0.31 |
| HSL | 105.13º | 0.47% | 0.47% | - |
| HSV(B) | 105.13º | 0.64% | 0.69% | - |
| XYZ | 21.06 | 34.09 | 10.32 | - |
| YUV | 138.7 | 85.84 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 177 | 64 | 0.48 | 0 | 0.64 | 0.31 | 105.13 | 0.47 | 0.47 |
| Hex | 5C | B1 | 40 | 30 | 0 | 40 | 1F | 69 | 2F | 2F |
| Octal | 134 | 261 | 100 | 60 | 0 | 100 | 37 | 151 | 57 | 57 |
| Binary | 1011100 | 10110001 | 1000000 | 110000 | 0 | 1000000 | 11111 | 1101001 | 101111 | 101111 |
Color Harmonies of #5CB140
Complementary color
Monochromatic Colors of #5CB140
Black with #5CB140
Text Example
Text Example
White with #5CB140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB140; }
p { color: rgb(92,177,64); }
H1.HeaderClassName
{
color: #5CB140;
}
.AnyTagClassName
{
color: #5CB140;
}
</style>
background-color css
<style>
a { background-color: #5CB140; }
a { background-color: rgb(92,177,64); }
div.DivClassName
{
background-color: #5CB140;
}
.BgClassName
{
background-color: #5CB140;
}
</style>
border-color css
<style>
span { border-color: #5CB140; }
span { border-color: rgb(92,177,64); }
td.TdClassName
{
border-color: #5CB140;
}
.TagClassName
{
border-color: #5CB140;
}
</style>