#7FCB4D

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

Shades of Mantis #7FCB4D

Tints of Mantis #7FCB4D

Color information

#7FCB4D (or 0x7FCB4D) is unknown color: approx Mantis. HEX triplet: 7F, CB and 4D. RGB value is (127,203,77). Sum of RGB (Red+Green+Blue) = 127+203+77=407 (53% of max value = 765). Red value is 127 (50% from 255 or 31.20% from 407); Green value is 203 (79.69% from 255 or 49.88% from 407); Blue value is 77 (30.47% from 255 or 18.92% from 407); Max value from RGB is 203 - color contains mainly: green. Hex color #7FCB4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FCB4D is #8034B2. Grayscale: #A6A6A6. Windows color (decimal): -8402099 or 5098367. OLE color: 5098367.

HSL color Cylindrical-coordinate representation of color #7FCB4D: hue angle of 96.19º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7FCB4D is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB12720377-
CMYK0.3700.620.20
HSL96.19º54.78%54.9%-
HSV(B)96.19º62.07%79.61%-
XYZ31.4547.7614.58-
YUV165.9177.82100.25-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.20%
GREEN value IS 203 (79.69% from 255) = 49.88%
BLUE value IS 77 (30.47% from 255) = 18.92%
R=31.20%
G=49.88%
B=18.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal127203770.3700.620.2096.1954.7854.9
Hex7FCB4D2503E14603737
Octal17731311545076241406767
Binary11111111100101110011011001010111110101001100000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCB4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,203,77); }

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

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

 a { background-color: rgb(127,203,77); }

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

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

 span { border-color: rgb(127,203,77); }

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