#7FD74F

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

Shades of Mantis #7FD74F

Tints of Mantis #7FD74F

Color information

#7FD74F (or 0x7FD74F) is unknown color: approx Mantis. HEX triplet: 7F, D7 and 4F. RGB value is (127,215,79). Sum of RGB (Red+Green+Blue) = 127+215+79=421 (55% of max value = 765). Red value is 127 (50% from 255 or 30.17% from 421); Green value is 215 (84.38% from 255 or 51.07% from 421); Blue value is 79 (31.25% from 255 or 18.76% from 421); Max value from RGB is 215 - color contains mainly: green. Hex color #7FD74F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FD74F is #8028B0. Grayscale: #ADADAD. Windows color (decimal): -8399025 or 5232511. OLE color: 5232511.

HSL color Cylindrical-coordinate representation of color #7FD74F: hue angle of 98.82º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7FD74F is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB12721579-
CMYK0.4100.630.16
HSL98.82º62.96%57.65%-
HSV(B)98.82º63.26%84.31%-
XYZ34.4653.6815.94-
YUV173.1874.8595.06-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.17%
GREEN value IS 215 (84.38% from 255) = 51.07%
BLUE value IS 79 (31.25% from 255) = 18.76%
R=30.17%
G=51.07%
B=18.76%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal127215790.4100.630.1698.8262.9657.65
Hex7FD74F2903F10633f3a
Octal17732711751077201437772
Binary11111111101011110011111010010111111100001100011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD74F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,215,79); }

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

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

 a { background-color: rgb(127,215,79); }

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

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

 span { border-color: rgb(127,215,79); }

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