Html Css Color HEX #7FC141 Mantis

📋 copy color: '#7FC141'

red 127 ◦ green 193 ◦ blue 65

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

Shades of Mantis #7FC141

Tints of Mantis #7FC141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.88%

R = 32.99%
G = 50.13%
B = 16.88%

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

#7FC141 (or 0x7FC141) is known color: Mantis. HEX triplet: 7F, C1 and 41. RGB value is (127,193,65). Sum of RGB (Red+Green+Blue) = 127+193+65=385 (50% of max value = 765). Red value is 127 (50% from 255 or 32.99% from 385); Green value is 193 (75.78% from 255 or 50.13% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 193 - color contains mainly: green. Hex color #7FC141 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC141 is #803EBE. Grayscale: #9F9F9F. Windows color (decimal): -8404671 or 4309375. OLE color: 4309375.

HSL color Cylindrical-coordinate representation of color #7FC141: hue angle of 90.94º 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 #7FC141 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 127 193 65 -
CMYK 0.34 0 0.66 0.24
HSL 90.94º 0.51% 0.51% -
HSV(B) 90.94º 0.66% 0.76% -
XYZ 28.78 43.03 11.79 -
YUV 158.67 75.13 105.41 -
System Red Green Blue C M Y K H S L
Decimal 127 193 65 0.34 0 0.66 0.24 90.94 0.51 0.51
Hex 7F C1 41 22 0 42 18 5B 33 33
Octal 177 301 101 42 0 102 30 133 63 63
Binary 1111111 11000001 1000001 100010 0 1000010 11000 1011011 110011 110011

Color Harmonies of #7FC141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC141

Black with #7FC141

Text Example


Text Example

White with #7FC141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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