#7ABF42

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

Shades of Mantis #7ABF42

Tints of Mantis #7ABF42

Color information

#7ABF42 (or 0x7ABF42) is unknown color: approx Mantis. HEX triplet: 7A, BF and 42. RGB value is (122,191,66). Sum of RGB (Red+Green+Blue) = 122+191+66=379 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.19% from 379); Green value is 191 (75% from 255 or 50.40% from 379); Blue value is 66 (26.17% from 255 or 17.41% from 379); Max value from RGB is 191 - color contains mainly: green. Hex color #7ABF42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABF42 is #8540BD. Grayscale: #9C9C9C. Windows color (decimal): -8732862 or 4374394. OLE color: 4374394.

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

Color convert

RGB12219166-
CMYK0.3600.650.25
HSL93.12º49.41%50.39%-
HSV(B)93.12º65.45%74.9%-
XYZ27.6441.7911.76-
YUV156.1277.14103.66-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.19%
GREEN value IS 191 (75% from 255) = 50.40%
BLUE value IS 66 (26.17% from 255) = 17.41%
R=32.19%
G=50.40%
B=17.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal122191660.3600.650.2593.1249.4150.39
Hex7ABF4224041195d3132
Octal172277102440101311356162
Binary111101010111111100001010010001000001110011011101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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