#7ABF46

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

Shades of Mantis #7ABF46

Tints of Mantis #7ABF46

Color information

#7ABF46 (or 0x7ABF46) is unknown color: approx Mantis. HEX triplet: 7A, BF and 46. RGB value is (122,191,70). Sum of RGB (Red+Green+Blue) = 122+191+70=383 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.85% from 383); Green value is 191 (75% from 255 or 49.87% from 383); Blue value is 70 (27.73% from 255 or 18.28% from 383); Max value from RGB is 191 - color contains mainly: green. Hex color #7ABF46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABF46 is #8540B9. Grayscale: #9C9C9C. Windows color (decimal): -8732858 or 4636538. OLE color: 4636538.

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

Color convert

RGB12219170-
CMYK0.3600.630.25
HSL94.21º48.59%51.18%-
HSV(B)94.21º63.35%74.9%-
XYZ27.7641.8412.41-
YUV156.5779.14103.34-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.85%
GREEN value IS 191 (75% from 255) = 49.87%
BLUE value IS 70 (27.73% from 255) = 18.28%
R=31.85%
G=49.87%
B=18.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal122191700.3600.630.2594.2148.5951.18
Hex7ABF462403F195e3133
Octal17227710644077311366163
Binary11110101011111110001101001000111111110011011110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABF46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,191,70); }

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

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

 a { background-color: rgb(122,191,70); }

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

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

 span { border-color: rgb(122,191,70); }

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