#7FC14A

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

Shades of Mantis #7FC14A

Tints of Mantis #7FC14A

Color information

#7FC14A (or 0x7FC14A) is unknown color: approx Mantis. HEX triplet: 7F, C1 and 4A. RGB value is (127,193,74). Sum of RGB (Red+Green+Blue) = 127+193+74=394 (52% of max value = 765). Red value is 127 (50% from 255 or 32.23% from 394); Green value is 193 (75.78% from 255 or 48.98% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 193 - color contains mainly: green. Hex color #7FC14A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC14A is #803EB5. Grayscale: #A0A0A0. Windows color (decimal): -8404662 or 4899199. OLE color: 4899199.

HSL color Cylindrical-coordinate representation of color #7FC14A: hue angle of 93.28º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7FC14A is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB12719374-
CMYK0.3400.620.24
HSL93.28º48.97%52.35%-
HSV(B)93.28º61.66%75.69%-
XYZ29.0643.1513.28-
YUV159.779.63104.68-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.23%
GREEN value IS 193 (75.78% from 255) = 48.98%
BLUE value IS 74 (29.30% from 255) = 18.78%
R=32.23%
G=48.98%
B=18.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal127193740.3400.620.2493.2848.9752.35
Hex7FC14A2203E185d3134
Octal17730111242076301356164
Binary11111111100000110010101000100111110110001011101110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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