Shades of Apple #7CBB40
Tints of Apple #7CBB40
RGB
CMYK
RGB Variations
Color information
#7CBB40 (or 0x7CBB40) is known color: Apple. HEX triplet: 7C, BB and 40. RGB value is (124,187,64). Sum of RGB (Red+Green+Blue) = 124+187+64=375 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.07% from 375); Green value is 187 (73.44% from 255 or 49.87% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 187 - color contains mainly: green. Hex color #7CBB40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBB40 is #8344BF. Grayscale: #9A9A9A. Windows color (decimal): -8602816 or 4242300. OLE color: 4242300.
HSL color Cylindrical-coordinate representation of color #7CBB40: hue angle of 90.73º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7CBB40 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 187 | 64 | - |
| CMYK | 0.34 | 0 | 0.66 | 0.27 |
| HSL | 90.73º | 0.49% | 0.49% | - |
| HSV(B) | 90.73º | 0.66% | 0.73% | - |
| XYZ | 27.01 | 40.2 | 11.19 | - |
| YUV | 154.14 | 77.13 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 187 | 64 | 0.34 | 0 | 0.66 | 0.27 | 90.73 | 0.49 | 0.49 |
| Hex | 7C | BB | 40 | 22 | 0 | 42 | 1B | 5B | 31 | 31 |
| Octal | 174 | 273 | 100 | 42 | 0 | 102 | 33 | 133 | 61 | 61 |
| Binary | 1111100 | 10111011 | 1000000 | 100010 | 0 | 1000010 | 11011 | 1011011 | 110001 | 110001 |
Color Harmonies of #7CBB40
Complementary color
Monochromatic Colors of #7CBB40
Black with #7CBB40
Text Example
Text Example
White with #7CBB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBB40; }
p { color: rgb(124,187,64); }
H1.HeaderClassName
{
color: #7CBB40;
}
.AnyTagClassName
{
color: #7CBB40;
}
</style>
background-color css
<style>
a { background-color: #7CBB40; }
a { background-color: rgb(124,187,64); }
div.DivClassName
{
background-color: #7CBB40;
}
.BgClassName
{
background-color: #7CBB40;
}
</style>
border-color css
<style>
span { border-color: #7CBB40; }
span { border-color: rgb(124,187,64); }
td.TdClassName
{
border-color: #7CBB40;
}
.TagClassName
{
border-color: #7CBB40;
}
</style>