Html Css Color HEX #7FC148 Mantis

📋 copy color: '#7FC148'

red 127 ◦ green 193 ◦ blue 72

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

Shades of Mantis #7FC148

Tints of Mantis #7FC148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.37%

R = 32.4%
G = 49.23%
B = 18.37%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#7FC148 (or 0x7FC148) is known color: Mantis. HEX triplet: 7F, C1 and 48. RGB value is (127,193,72). Sum of RGB (Red+Green+Blue) = 127+193+72=392 (51% of max value = 765). Red value is 127 (50% from 255 or 32.40% from 392); Green value is 193 (75.78% from 255 or 49.23% from 392); Blue value is 72 (28.52% from 255 or 18.37% from 392); Max value from RGB is 193 - color contains mainly: green. Hex color #7FC148 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC148 is #803EB7. Grayscale: #9F9F9F. Windows color (decimal): -8404664 or 4768127. OLE color: 4768127.

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

Color convert

RGB 127 193 72 -
CMYK 0.34 0 0.63 0.24
HSL 92.73º 0.49% 0.52% -
HSV(B) 92.73º 0.63% 0.76% -
XYZ 28.99 43.12 12.93 -
YUV 159.47 78.63 104.84 -
System Red Green Blue C M Y K H S L
Decimal 127 193 72 0.34 0 0.63 0.24 92.73 0.49 0.52
Hex 7F C1 48 22 0 3F 18 5D 31 34
Octal 177 301 110 42 0 77 30 135 61 64
Binary 1111111 11000001 1001000 100010 0 111111 11000 1011101 110001 110100

Color Harmonies of #7FC148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC148

Black with #7FC148

Text Example


Text Example

White with #7FC148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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