#7FC041

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

Shades of Mantis #7FC041

Tints of Mantis #7FC041

Color information

#7FC041 (or 0x7FC041) is unknown color: approx Mantis. HEX triplet: 7F, C0 and 41. RGB value is (127,192,65). Sum of RGB (Red+Green+Blue) = 127+192+65=384 (50% of max value = 765). Red value is 127 (50% from 255 or 33.07% from 384); Green value is 192 (75.39% from 255 or 50% from 384); Blue value is 65 (25.78% from 255 or 16.93% from 384); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC041 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC041 is #803FBE. Grayscale: #9E9E9E. Windows color (decimal): -8404927 or 4309119. OLE color: 4309119.

HSL color Cylindrical-coordinate representation of color #7FC041: hue angle of 90.71º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7FC041 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB12719265-
CMYK0.3400.660.25
HSL90.71º50.2%50.39%-
HSV(B)90.71º66.15%75.29%-
XYZ28.5642.5911.72-
YUV158.0975.47105.83-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.07%
GREEN value IS 192 (75.39% from 255) = 50%
BLUE value IS 65 (25.78% from 255) = 16.93%
R=33.07%
G=50%
B=16.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal127192650.3400.660.2590.7150.250.39
Hex7FC04122042195b3232
Octal177300101420102311336262
Binary111111111000000100000110001001000010110011011011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,192,65); }

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

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

 a { background-color: rgb(127,192,65); }

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

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

 span { border-color: rgb(127,192,65); }

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