Html Css Color HEX #7FBA5E Mantis

📋 copy color: '#7FBA5E'

red 127 ◦ green 186 ◦ blue 94

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

Shades of Mantis #7FBA5E

Tints of Mantis #7FBA5E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.7%

 BLUE value IS 94 (37.11% from 255) = 23.1%

R = 31.2%
G = 45.7%
B = 23.1%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#7FBA5E (or 0x7FBA5E) is known color: Mantis. HEX triplet: 7F, BA and 5E. RGB value is (127,186,94). Sum of RGB (Red+Green+Blue) = 127+186+94=407 (53% of max value = 765). Red value is 127 (50% from 255 or 31.20% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBA5E is #8045A1. Grayscale: #9E9E9E. Windows color (decimal): -8406434 or 6208127. OLE color: 6208127.

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

Color convert

RGB 127 186 94 -
CMYK 0.32 0 0.49 0.27
HSL 98.48º 0.4% 0.55% -
HSV(B) 98.48º 0.49% 0.73% -
XYZ 28.33 40.44 16.9 -
YUV 157.87 91.95 105.98 -
System Red Green Blue C M Y K H S L
Decimal 127 186 94 0.32 0 0.49 0.27 98.48 0.4 0.55
Hex 7F BA 5E 20 0 31 1B 62 28 37
Octal 177 272 136 40 0 61 33 142 50 67
Binary 1111111 10111010 1011110 100000 0 110001 11011 1100010 101000 110111

Color Harmonies of #7FBA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBA5E

Black with #7FBA5E

Text Example


Text Example

White with #7FBA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,186,94); }

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

background-color css

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

 a { background-color: rgb(127,186,94); }

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

border-color css

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

 span { border-color: rgb(127,186,94); }

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