#7fb45f

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

Shades of Mantis #7FB45F

Tints of Mantis #7FB45F

Color information

#7FB45F (or 0x7FB45F) is unknown color: approx Mantis. HEX triplet: 7F, B4 and 5F. RGB value is (127,180,95). Sum of RGB (Red+Green+Blue) = 127+180+95=402 (53% of max value = 765). Red value is 127 (50% from 255 or 31.59% from 402); Green value is 180 (70.70% from 255 or 44.78% from 402); Blue value is 95 (37.5% from 255 or 23.63% from 402); Max value from RGB is 180 - color contains mainly: green. Hex color #7FB45F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FB45F is #804BA0. Grayscale: #9A9A9A. Windows color (decimal): -8407969 or 6272127. OLE color: 6272127.

HSL color Cylindrical-coordinate representation of color #7FB45F: hue angle of 97.41º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FB45F is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB12718095-
CMYK0.2900.470.29
HSL97.41º36.17%53.92%-
HSV(B)97.41º47.22%70.59%-
XYZ27.1437.9816.73-
YUV154.4694.44108.41-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.59%
GREEN value IS 180 (70.70% from 255) = 44.78%
BLUE value IS 95 (37.5% from 255) = 23.63%
R=31.59%
G=44.78%
B=23.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal127180950.2900.470.2997.4136.1753.92
Hex7FB45F1D02F1D612436
Octal17726413735057351414466
Binary1111111101101001011111111010101111111011100001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7fb45f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,180,95); }

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

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

 a { background-color: rgb(127,180,95); }

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

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

 span { border-color: rgb(127,180,95); }

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