#7FC35A

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

Shades of Mantis #7FC35A

Tints of Mantis #7FC35A

Color information

#7FC35A (or 0x7FC35A) is unknown color: approx Mantis. HEX triplet: 7F, C3 and 5A. RGB value is (127,195,90). Sum of RGB (Red+Green+Blue) = 127+195+90=412 (54% of max value = 765). Red value is 127 (50% from 255 or 30.83% from 412); Green value is 195 (76.56% from 255 or 47.33% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 195 - color contains mainly: green. Hex color #7FC35A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC35A is #803CA5. Grayscale: #A3A3A3. Windows color (decimal): -8404134 or 5948287. OLE color: 5948287.

HSL color Cylindrical-coordinate representation of color #7FC35A: hue angle of 98.86º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7FC35A is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB12719590-
CMYK0.3500.540.24
HSL98.86º46.67%55.88%-
HSV(B)98.86º53.85%76.47%-
XYZ30.1144.2816.63-
YUV162.786.97102.54-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.83%
GREEN value IS 195 (76.56% from 255) = 47.33%
BLUE value IS 90 (35.55% from 255) = 21.84%
R=30.83%
G=47.33%
B=21.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal127195900.3500.540.2498.8646.6755.88
Hex7FC35A2303618632f38
Octal17730313243066301435770
Binary11111111100001110110101000110110110110001100011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,195,90); }

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

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

 a { background-color: rgb(127,195,90); }

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

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

 span { border-color: rgb(127,195,90); }

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