Shades of Apple #5CB139
Tints of Apple #5CB139
RGB
CMYK
RGB Variations
Color information
#5CB139 (or 0x5CB139) is known color: Apple. HEX triplet: 5C, B1 and 39. RGB value is (92,177,57). Sum of RGB (Red+Green+Blue) = 92+177+57=326 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.22% from 326); Green value is 177 (69.53% from 255 or 54.29% from 326); Blue value is 57 (22.66% from 255 or 17.48% from 326); Max value from RGB is 177 - color contains mainly: green. Hex color #5CB139 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CB139 is #A34EC6. Grayscale: #8A8A8A. Windows color (decimal): -10702535 or 3780956. OLE color: 3780956.
HSL color Cylindrical-coordinate representation of color #5CB139: hue angle of 102.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5CB139 is Cyan = 0.48, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 177 | 57 | - |
| CMYK | 0.48 | 0 | 0.68 | 0.31 |
| HSL | 102.5º | 0.51% | 0.46% | - |
| HSV(B) | 102.5º | 0.68% | 0.69% | - |
| XYZ | 20.87 | 34.02 | 9.34 | - |
| YUV | 137.91 | 82.34 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 177 | 57 | 0.48 | 0 | 0.68 | 0.31 | 102.5 | 0.51 | 0.46 |
| Hex | 5C | B1 | 39 | 30 | 0 | 44 | 1F | 66 | 33 | 2E |
| Octal | 134 | 261 | 71 | 60 | 0 | 104 | 37 | 146 | 63 | 56 |
| Binary | 1011100 | 10110001 | 111001 | 110000 | 0 | 1000100 | 11111 | 1100110 | 110011 | 101110 |
Color Harmonies of #5CB139
Complementary color
Monochromatic Colors of #5CB139
Black with #5CB139
Text Example
Text Example
White with #5CB139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB139; }
p { color: rgb(92,177,57); }
H1.HeaderClassName
{
color: #5CB139;
}
.AnyTagClassName
{
color: #5CB139;
}
</style>
background-color css
<style>
a { background-color: #5CB139; }
a { background-color: rgb(92,177,57); }
div.DivClassName
{
background-color: #5CB139;
}
.BgClassName
{
background-color: #5CB139;
}
</style>
border-color css
<style>
span { border-color: #5CB139; }
span { border-color: rgb(92,177,57); }
td.TdClassName
{
border-color: #5CB139;
}
.TagClassName
{
border-color: #5CB139;
}
</style>