Html Css Color HEX #7FC142 Mantis

📋 copy color: '#7FC142'

red 127 ◦ green 193 ◦ blue 66

#7FC142
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #7FC142

Tints of Mantis #7FC142

RGB

 RED value IS 127 (50% from 255) = 32.9%

 GREEN value IS 193 (75.78% from 255) = 50%

 BLUE value IS 66 (26.17% from 255) = 17.1%

R = 32.9%
G = 50%
B = 17.1%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#7FC142 (or 0x7FC142) is known color: Mantis. HEX triplet: 7F, C1 and 42. RGB value is (127,193,66). Sum of RGB (Red+Green+Blue) = 127+193+66=386 (51% of max value = 765). Red value is 127 (50% from 255 or 32.90% from 386); Green value is 193 (75.78% from 255 or 50% from 386); Blue value is 66 (26.17% from 255 or 17.10% from 386); Max value from RGB is 193 - color contains mainly: green. Hex color #7FC142 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC142 is #803EBD. Grayscale: #9F9F9F. Windows color (decimal): -8404670 or 4374911. OLE color: 4374911.

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

Color convert

RGB 127 193 66 -
CMYK 0.34 0 0.66 0.24
HSL 91.18º 0.51% 0.51% -
HSV(B) 91.18º 0.66% 0.76% -
XYZ 28.81 43.05 11.94 -
YUV 158.79 75.63 105.33 -
System Red Green Blue C M Y K H S L
Decimal 127 193 66 0.34 0 0.66 0.24 91.18 0.51 0.51
Hex 7F C1 42 22 0 42 18 5B 33 33
Octal 177 301 102 42 0 102 30 133 63 63
Binary 1111111 11000001 1000010 100010 0 1000010 11000 1011011 110011 110011

Color Harmonies of #7FC142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC142

Black with #7FC142

Text Example


Text Example

White with #7FC142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7FC142;
 }
 .AnyTagClassName
 {
   color: #7FC142;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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