Html Css Color HEX #7FB940 Mantis

📋 copy color: '#7FB940'

red 127 ◦ green 185 ◦ blue 64

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

Shades of Mantis #7FB940

Tints of Mantis #7FB940

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.2%

 BLUE value IS 64 (25.39% from 255) = 17.02%

R = 33.78%
G = 49.2%
B = 17.02%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#7FB940 (or 0x7FB940) is known color: Mantis. HEX triplet: 7F, B9 and 40. RGB value is (127,185,64). Sum of RGB (Red+Green+Blue) = 127+185+64=376 (49% of max value = 765). Red value is 127 (50% from 255 or 33.78% from 376); Green value is 185 (72.66% from 255 or 49.20% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 185 - color contains mainly: green. Hex color #7FB940 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB940 is #8046BF. Grayscale: #9A9A9A. Windows color (decimal): -8406720 or 4241791. OLE color: 4241791.

HSL color Cylindrical-coordinate representation of color #7FB940: hue angle of 88.76º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7FB940 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 185 64 -
CMYK 0.31 0 0.65 0.27
HSL 88.76º 0.49% 0.49% -
HSV(B) 88.76º 0.65% 0.73% -
XYZ 27.03 39.58 11.07 -
YUV 153.86 77.28 108.84 -
System Red Green Blue C M Y K H S L
Decimal 127 185 64 0.31 0 0.65 0.27 88.76 0.49 0.49
Hex 7F B9 40 1F 0 41 1B 59 31 31
Octal 177 271 100 37 0 101 33 131 61 61
Binary 1111111 10111001 1000000 11111 0 1000001 11011 1011001 110001 110001

Color Harmonies of #7FB940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB940

Black with #7FB940

Text Example


Text Example

White with #7FB940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,185,64); }

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

background-color css

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

 a { background-color: rgb(127,185,64); }

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

border-color css

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

 span { border-color: rgb(127,185,64); }

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