#7ABF71

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

Shades of Mantis #7ABF71

Tints of Mantis #7ABF71

Color information

#7ABF71 (or 0x7ABF71) is unknown color: approx Mantis. HEX triplet: 7A, BF and 71. RGB value is (122,191,113). Sum of RGB (Red+Green+Blue) = 122+191+113=426 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.64% from 426); Green value is 191 (75% from 255 or 44.84% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 191 - color contains mainly: green. Hex color #7ABF71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABF71 is #85408E. Grayscale: #A1A1A1. Windows color (decimal): -8732815 or 7454586. OLE color: 7454586.

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

Color convert

RGB122191113-
CMYK0.3600.410.25
HSL113.08º37.86%59.61%-
HSV(B)113.08º40.84%74.9%-
XYZ29.6442.5922.28-
YUV161.48100.6499.84-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.64%
GREEN value IS 191 (75% from 255) = 44.84%
BLUE value IS 113 (44.53% from 255) = 26.53%
R=28.64%
G=44.84%
B=26.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221911130.3600.410.25113.0837.8659.61
Hex7ABF71240291971263c
Octal17227716144051311614674
Binary11110101011111111100011001000101001110011110001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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