#7FC44B

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

Shades of Mantis #7FC44B

Tints of Mantis #7FC44B

Color information

#7FC44B (or 0x7FC44B) is unknown color: approx Mantis. HEX triplet: 7F, C4 and 4B. RGB value is (127,196,75). Sum of RGB (Red+Green+Blue) = 127+196+75=398 (52% of max value = 765). Red value is 127 (50% from 255 or 31.91% from 398); Green value is 196 (76.95% from 255 or 49.25% from 398); Blue value is 75 (29.69% from 255 or 18.84% from 398); Max value from RGB is 196 - color contains mainly: green. Hex color #7FC44B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC44B is #803BB4. Grayscale: #A1A1A1. Windows color (decimal): -8403893 or 4965503. OLE color: 4965503.

HSL color Cylindrical-coordinate representation of color #7FC44B: hue angle of 94.21º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7FC44B is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB12719675-
CMYK0.3500.620.23
HSL94.21º50.63%53.14%-
HSV(B)94.21º61.73%76.86%-
XYZ29.7644.513.68-
YUV161.5779.14103.34-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.91%
GREEN value IS 196 (76.95% from 255) = 49.25%
BLUE value IS 75 (29.69% from 255) = 18.84%
R=31.91%
G=49.25%
B=18.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal127196750.3500.620.2394.2150.6353.14
Hex7FC44B2303E175e3335
Octal17730411343076271366365
Binary11111111100010010010111000110111110101111011110110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,196,75); }

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

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

 a { background-color: rgb(127,196,75); }

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

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

 span { border-color: rgb(127,196,75); }

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