Html Css Color HEX #7FC94A Mantis

📋 copy color: '#7FC94A'

red 127 ◦ green 201 ◦ blue 74

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

Shades of Mantis #7FC94A

Tints of Mantis #7FC94A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 50%

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

R = 31.59%
G = 50%
B = 18.41%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#7FC94A (or 0x7FC94A) is known color: Mantis. HEX triplet: 7F, C9 and 4A. RGB value is (127,201,74). Sum of RGB (Red+Green+Blue) = 127+201+74=402 (53% of max value = 765). Red value is 127 (50% from 255 or 31.59% from 402); Green value is 201 (78.91% from 255 or 50% from 402); Blue value is 74 (29.30% from 255 or 18.41% from 402); Max value from RGB is 201 - color contains mainly: green. Hex color #7FC94A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC94A is #8036B5. Grayscale: #A4A4A4. Windows color (decimal): -8402614 or 4901247. OLE color: 4901247.

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

Color convert

RGB 127 201 74 -
CMYK 0.37 0 0.63 0.21
HSL 94.96º 0.54% 0.54% -
HSV(B) 94.96º 0.63% 0.79% -
XYZ 30.88 46.78 13.88 -
YUV 164.4 76.98 101.33 -
System Red Green Blue C M Y K H S L
Decimal 127 201 74 0.37 0 0.63 0.21 94.96 0.54 0.54
Hex 7F C9 4A 25 0 3F 15 5F 36 36
Octal 177 311 112 45 0 77 25 137 66 66
Binary 1111111 11001001 1001010 100101 0 111111 10101 1011111 110110 110110

Color Harmonies of #7FC94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC94A

Black with #7FC94A

Text Example


Text Example

White with #7FC94A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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