Shades of Apple #7ABC41
Tints of Apple #7ABC41
RGB
CMYK
RGB Variations
Color information
#7ABC41 (or 0x7ABC41) is known color: Apple. HEX triplet: 7A, BC and 41. RGB value is (122,188,65). Sum of RGB (Red+Green+Blue) = 122+188+65=375 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.53% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABC41 is #8543BE. Grayscale: #9A9A9A. Windows color (decimal): -8733631 or 4308090. OLE color: 4308090.
HSL color Cylindrical-coordinate representation of color #7ABC41: hue angle of 92.2º 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 #7ABC41 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 188 | 65 | - |
| CMYK | 0.35 | 0 | 0.65 | 0.26 |
| HSL | 92.2º | 0.49% | 0.5% | - |
| HSV(B) | 92.2º | 0.65% | 0.74% | - |
| XYZ | 26.96 | 40.49 | 11.39 | - |
| YUV | 154.24 | 77.63 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 65 | 0.35 | 0 | 0.65 | 0.26 | 92.2 | 0.49 | 0.5 |
| Hex | 7A | BC | 41 | 23 | 0 | 41 | 1A | 5C | 31 | 32 |
| Octal | 172 | 274 | 101 | 43 | 0 | 101 | 32 | 134 | 61 | 62 |
| Binary | 1111010 | 10111100 | 1000001 | 100011 | 0 | 1000001 | 11010 | 1011100 | 110001 | 110010 |
Color Harmonies of #7ABC41
Complementary color
Monochromatic Colors of #7ABC41
Black with #7ABC41
Text Example
Text Example
White with #7ABC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABC41; }
p { color: rgb(122,188,65); }
H1.HeaderClassName
{
color: #7ABC41;
}
.AnyTagClassName
{
color: #7ABC41;
}
</style>
background-color css
<style>
a { background-color: #7ABC41; }
a { background-color: rgb(122,188,65); }
div.DivClassName
{
background-color: #7ABC41;
}
.BgClassName
{
background-color: #7ABC41;
}
</style>
border-color css
<style>
span { border-color: #7ABC41; }
span { border-color: rgb(122,188,65); }
td.TdClassName
{
border-color: #7ABC41;
}
.TagClassName
{
border-color: #7ABC41;
}
</style>