#7ABE50

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

Shades of Mantis #7ABE50

Tints of Mantis #7ABE50

Color information

#7ABE50 (or 0x7ABE50) is unknown color: approx Mantis. HEX triplet: 7A, BE and 50. RGB value is (122,190,80). Sum of RGB (Red+Green+Blue) = 122+190+80=392 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.12% from 392); Green value is 190 (74.61% from 255 or 48.47% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 190 - color contains mainly: green. Hex color #7ABE50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABE50 is #8541AF. Grayscale: #9D9D9D. Windows color (decimal): -8733104 or 5291642. OLE color: 5291642.

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

Color convert

RGB12219080-
CMYK0.3600.580.25
HSL97.09º45.83%52.94%-
HSV(B)97.09º57.89%74.51%-
XYZ27.8941.5414.14-
YUV157.1384.47102.94-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.12%
GREEN value IS 190 (74.61% from 255) = 48.47%
BLUE value IS 80 (31.64% from 255) = 20.41%
R=31.12%
G=48.47%
B=20.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal122190800.3600.580.2597.0945.8352.94
Hex7ABE502403A19612e35
Octal17227612044072311415665
Binary11110101011111010100001001000111010110011100001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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