Shades of Apple #7BBC41
Tints of Apple #7BBC41
RGB
CMYK
RGB Variations
Color information
#7BBC41 (or 0x7BBC41) is known color: Apple. HEX triplet: 7B, BC and 41. RGB value is (123,188,65). Sum of RGB (Red+Green+Blue) = 123+188+65=376 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.71% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBC41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BBC41 is #8443BE. Grayscale: #9A9A9A. Windows color (decimal): -8668095 or 4308091. OLE color: 4308091.
HSL color Cylindrical-coordinate representation of color #7BBC41: hue angle of 91.71º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7BBC41 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 188 | 65 | - |
| CMYK | 0.35 | 0 | 0.65 | 0.26 |
| HSL | 91.71º | 0.49% | 0.5% | - |
| HSV(B) | 91.71º | 0.65% | 0.74% | - |
| XYZ | 27.11 | 40.56 | 11.4 | - |
| YUV | 154.54 | 77.47 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 188 | 65 | 0.35 | 0 | 0.65 | 0.26 | 91.71 | 0.49 | 0.5 |
| Hex | 7B | BC | 41 | 23 | 0 | 41 | 1A | 5C | 31 | 32 |
| Octal | 173 | 274 | 101 | 43 | 0 | 101 | 32 | 134 | 61 | 62 |
| Binary | 1111011 | 10111100 | 1000001 | 100011 | 0 | 1000001 | 11010 | 1011100 | 110001 | 110010 |
Color Harmonies of #7BBC41
Complementary color
Monochromatic Colors of #7BBC41
Black with #7BBC41
Text Example
Text Example
White with #7BBC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBC41; }
p { color: rgb(123,188,65); }
H1.HeaderClassName
{
color: #7BBC41;
}
.AnyTagClassName
{
color: #7BBC41;
}
</style>
background-color css
<style>
a { background-color: #7BBC41; }
a { background-color: rgb(123,188,65); }
div.DivClassName
{
background-color: #7BBC41;
}
.BgClassName
{
background-color: #7BBC41;
}
</style>
border-color css
<style>
span { border-color: #7BBC41; }
span { border-color: rgb(123,188,65); }
td.TdClassName
{
border-color: #7BBC41;
}
.TagClassName
{
border-color: #7BBC41;
}
</style>