#7FD14A

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

Shades of Mantis #7FD14A

Tints of Mantis #7FD14A

Color information

#7FD14A (or 0x7FD14A) is unknown color: approx Mantis. HEX triplet: 7F, D1 and 4A. RGB value is (127,209,74). Sum of RGB (Red+Green+Blue) = 127+209+74=410 (54% of max value = 765). Red value is 127 (50% from 255 or 30.98% from 410); Green value is 209 (82.03% from 255 or 50.98% from 410); Blue value is 74 (29.30% from 255 or 18.05% from 410); Max value from RGB is 209 - color contains mainly: green. Hex color #7FD14A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FD14A is #802EB5. Grayscale: #A9A9A9. Windows color (decimal): -8400566 or 4903295. OLE color: 4903295.

HSL color Cylindrical-coordinate representation of color #7FD14A: hue angle of 96.44º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7FD14A is Cyan = 0.39, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB12720974-
CMYK0.3900.650.18
HSL96.44º59.47%55.49%-
HSV(B)96.44º64.59%81.96%-
XYZ32.7950.6114.52-
YUV169.0974.3397.98-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.98%
GREEN value IS 209 (82.03% from 255) = 50.98%
BLUE value IS 74 (29.30% from 255) = 18.05%
R=30.98%
G=50.98%
B=18.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal127209740.3900.650.1896.4459.4755.49
Hex7FD14A2704112603b37
Octal177321112470101221407367
Binary111111111010001100101010011101000001100101100000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,209,74); }

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

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

 a { background-color: rgb(127,209,74); }

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

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

 span { border-color: rgb(127,209,74); }

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