#7FD64F

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

Shades of Mantis #7FD64F

Tints of Mantis #7FD64F

Color information

#7FD64F (or 0x7FD64F) is unknown color: approx Mantis. HEX triplet: 7F, D6 and 4F. RGB value is (127,214,79). Sum of RGB (Red+Green+Blue) = 127+214+79=420 (55% of max value = 765). Red value is 127 (50% from 255 or 30.24% from 420); Green value is 214 (83.98% from 255 or 50.95% from 420); Blue value is 79 (31.25% from 255 or 18.81% from 420); Max value from RGB is 214 - color contains mainly: green. Hex color #7FD64F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FD64F is #8029B0. Grayscale: #ADADAD. Windows color (decimal): -8399281 or 5232255. OLE color: 5232255.

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

Color convert

RGB12721479-
CMYK0.4100.630.16
HSL98.67º62.21%57.45%-
HSV(B)98.67º63.08%83.92%-
XYZ34.2153.1715.86-
YUV172.675.1895.48-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.24%
GREEN value IS 214 (83.98% from 255) = 50.95%
BLUE value IS 79 (31.25% from 255) = 18.81%
R=30.24%
G=50.95%
B=18.81%

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
Decimal127214790.4100.630.1698.6762.2157.45
Hex7FD64F2903F10633e39
Octal17732611751077201437671
Binary11111111101011010011111010010111111100001100011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD64F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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