Html Css Color HEX #7FC14A Mantis

📋 copy color: '#7FC14A'

red 127 ◦ green 193 ◦ blue 74

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

Shades of Mantis #7FC14A

Tints of Mantis #7FC14A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.78%

R = 32.23%
G = 48.98%
B = 18.78%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#7FC14A (or 0x7FC14A) is known color: Mantis. HEX triplet: 7F, C1 and 4A. RGB value is (127,193,74). Sum of RGB (Red+Green+Blue) = 127+193+74=394 (52% of max value = 765). Red value is 127 (50% from 255 or 32.23% from 394); Green value is 193 (75.78% from 255 or 48.98% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 193 - color contains mainly: green. Hex color #7FC14A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC14A is #803EB5. Grayscale: #A0A0A0. Windows color (decimal): -8404662 or 4899199. OLE color: 4899199.

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

Color convert

RGB 127 193 74 -
CMYK 0.34 0 0.62 0.24
HSL 93.28º 0.49% 0.52% -
HSV(B) 93.28º 0.62% 0.76% -
XYZ 29.06 43.15 13.28 -
YUV 159.7 79.63 104.68 -
System Red Green Blue C M Y K H S L
Decimal 127 193 74 0.34 0 0.62 0.24 93.28 0.49 0.52
Hex 7F C1 4A 22 0 3E 18 5D 31 34
Octal 177 301 112 42 0 76 30 135 61 64
Binary 1111111 11000001 1001010 100010 0 111110 11000 1011101 110001 110100

Color Harmonies of #7FC14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC14A

Black with #7FC14A

Text Example


Text Example

White with #7FC14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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