#7FCA42

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

Shades of Mantis #7FCA42

Tints of Mantis #7FCA42

Color information

#7FCA42 (or 0x7FCA42) is unknown color: approx Mantis. HEX triplet: 7F, CA and 42. RGB value is (127,202,66). Sum of RGB (Red+Green+Blue) = 127+202+66=395 (52% of max value = 765). Red value is 127 (50% from 255 or 32.15% from 395); Green value is 202 (79.30% from 255 or 51.14% from 395); Blue value is 66 (26.17% from 255 or 16.71% from 395); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCA42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCA42 is #8035BD. Grayscale: #A4A4A4. Windows color (decimal): -8402366 or 4377215. OLE color: 4377215.

HSL color Cylindrical-coordinate representation of color #7FCA42: hue angle of 93.09º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7FCA42 is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB12720266-
CMYK0.3700.670.21
HSL93.09º56.2%52.55%-
HSV(B)93.09º67.33%79.22%-
XYZ30.8647.1512.63-
YUV164.0772.65101.56-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.15%
GREEN value IS 202 (79.30% from 255) = 51.14%
BLUE value IS 66 (26.17% from 255) = 16.71%
R=32.15%
G=51.14%
B=16.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal127202660.3700.670.2193.0956.252.55
Hex7FCA4225043155d3835
Octal177312102450103251357065
Binary111111111001010100001010010101000011101011011101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,202,66); }

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

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

 a { background-color: rgb(127,202,66); }

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

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

 span { border-color: rgb(127,202,66); }

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