#7FCC4D

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

Shades of Mantis #7FCC4D

Tints of Mantis #7FCC4D

Color information

#7FCC4D (or 0x7FCC4D) is unknown color: approx Mantis. HEX triplet: 7F, CC and 4D. RGB value is (127,204,77). Sum of RGB (Red+Green+Blue) = 127+204+77=408 (54% of max value = 765). Red value is 127 (50% from 255 or 31.13% from 408); Green value is 204 (80.08% from 255 or 50% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCC4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FCC4D is #8033B2. Grayscale: #A6A6A6. Windows color (decimal): -8401843 or 5098623. OLE color: 5098623.

HSL color Cylindrical-coordinate representation of color #7FCC4D: hue angle of 96.38º 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 #7FCC4D is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB12720477-
CMYK0.3800.620.2
HSL96.38º55.46%55.1%-
HSV(B)96.38º62.25%80%-
XYZ31.6848.2314.66-
YUV166.577.4999.83-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.13%
GREEN value IS 204 (80.08% from 255) = 50%
BLUE value IS 77 (30.47% from 255) = 18.87%
R=31.13%
G=50%
B=18.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal127204770.3800.620.296.3855.4655.1
Hex7FCC4D2603E14603737
Octal17731411546076241406767
Binary11111111100110010011011001100111110101001100000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCC4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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