Shades of Apple #5CBC46
Tints of Apple #5CBC46
RGB
CMYK
RGB Variations
Color information
#5CBC46 (or 0x5CBC46) is known color: Apple. HEX triplet: 5C, BC and 46. RGB value is (92,188,70). Sum of RGB (Red+Green+Blue) = 92+188+70=350 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.29% from 350); Green value is 188 (73.83% from 255 or 53.71% from 350); Blue value is 70 (27.73% from 255 or 20% from 350); Max value from RGB is 188 - color contains mainly: green. Hex color #5CBC46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CBC46 is #A343B9. Grayscale: #929292. Windows color (decimal): -10699706 or 4635740. OLE color: 4635740.
HSL color Cylindrical-coordinate representation of color #5CBC46: hue angle of 108.81º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CBC46 is Cyan = 0.51, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 188 | 70 | - |
| CMYK | 0.51 | 0 | 0.63 | 0.26 |
| HSL | 108.81º | 0.47% | 0.51% | - |
| HSV(B) | 108.81º | 0.63% | 0.74% | - |
| XYZ | 23.5 | 38.68 | 12.02 | - |
| YUV | 145.84 | 85.2 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 188 | 70 | 0.51 | 0 | 0.63 | 0.26 | 108.81 | 0.47 | 0.51 |
| Hex | 5C | BC | 46 | 33 | 0 | 3F | 1A | 6D | 2F | 33 |
| Octal | 134 | 274 | 106 | 63 | 0 | 77 | 32 | 155 | 57 | 63 |
| Binary | 1011100 | 10111100 | 1000110 | 110011 | 0 | 111111 | 11010 | 1101101 | 101111 | 110011 |
Color Harmonies of #5CBC46
Complementary color
Monochromatic Colors of #5CBC46
Black with #5CBC46
Text Example
Text Example
White with #5CBC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBC46; }
p { color: rgb(92,188,70); }
H1.HeaderClassName
{
color: #5CBC46;
}
.AnyTagClassName
{
color: #5CBC46;
}
</style>
background-color css
<style>
a { background-color: #5CBC46; }
a { background-color: rgb(92,188,70); }
div.DivClassName
{
background-color: #5CBC46;
}
.BgClassName
{
background-color: #5CBC46;
}
</style>
border-color css
<style>
span { border-color: #5CBC46; }
span { border-color: rgb(92,188,70); }
td.TdClassName
{
border-color: #5CBC46;
}
.TagClassName
{
border-color: #5CBC46;
}
</style>