#7ABE41

Color #7ABE41 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #7ABE41

Tints of Apple #7ABE41

Color information

#7ABE41 (or 0x7ABE41) is unknown color: approx Apple. HEX triplet: 7A, BE and 41. RGB value is (122,190,65). Sum of RGB (Red+Green+Blue) = 122+190+65=377 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.36% from 377); Green value is 190 (74.61% from 255 or 50.40% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 190 - color contains mainly: green. Hex color #7ABE41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABE41 is #8541BE. Grayscale: #9B9B9B. Windows color (decimal): -8733119 or 4308602. OLE color: 4308602.

HSL color Cylindrical-coordinate representation of color #7ABE41: hue angle of 92.64º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7ABE41 is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB12219065-
CMYK0.3600.660.25
HSL92.64º49.02%50%-
HSV(B)92.64º65.79%74.51%-
XYZ27.3941.3511.54-
YUV155.4276.97104.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 122 (48.05% from 255) = 32.36%
GREEN value IS 190 (74.61% from 255) = 50.40%
BLUE value IS 65 (25.78% from 255) = 17.24%
R=32.36%
G=50.40%
B=17.24%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal122190650.3600.660.2592.6449.0250
Hex7ABE4124042195d3132
Octal172276101440102311356162
Binary111101010111110100000110010001000010110011011101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7ABE41; }

 p { color: rgb(122,190,65); }

 H1.HeaderClassName
 {
   color: #7ABE41;
 }
 .AnyTagClassName
 {
   color: #7ABE41;
 }
</style>
background-color css

<style>
 a { background-color: #7ABE41; }

 a { background-color: rgb(122,190,65); }

 div.DivClassName
 {
   background-color: #7ABE41;
 }
 .BgClassName
 {
   background-color: #7ABE41;
 }
</style>
border-color css

<style>
 span { border-color: #7ABE41; }

 span { border-color: rgb(122,190,65); }

 td.TdClassName
 {
   border-color: #7ABE41;
 }
 .TagClassName
 {
   border-color: #7ABE41;
 }
</style>