#7FD13F

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

Shades of Mantis #7FD13F

Tints of Mantis #7FD13F

Color information

#7FD13F (or 0x7FD13F) is unknown color: approx Mantis. HEX triplet: 7F, D1 and 3F. RGB value is (127,209,63). Sum of RGB (Red+Green+Blue) = 127+209+63=399 (52% of max value = 765). Red value is 127 (50% from 255 or 31.83% from 399); Green value is 209 (82.03% from 255 or 52.38% from 399); Blue value is 63 (25% from 255 or 15.79% from 399); Max value from RGB is 209 - color contains mainly: green. Hex color #7FD13F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FD13F is #802EC0. Grayscale: #A8A8A8. Windows color (decimal): -8400577 or 4182399. OLE color: 4182399.

HSL color Cylindrical-coordinate representation of color #7FD13F: hue angle of 93.7º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7FD13F is Cyan = 0.39, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB12720963-
CMYK0.3900.700.18
HSL93.7º61.34%53.33%-
HSV(B)93.7º69.86%81.96%-
XYZ32.4550.4712.73-
YUV167.8468.8398.87-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.83%
GREEN value IS 209 (82.03% from 255) = 52.38%
BLUE value IS 63 (25% from 255) = 15.79%
R=31.83%
G=52.38%
B=15.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal127209630.3900.700.1893.761.3453.33
Hex7FD13F27046125e3d35
Octal17732177470106221367565
Binary11111111101000111111110011101000110100101011110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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