Html Css Color HEX #7FBA50 Mantis

📋 copy color: '#7FBA50'

red 127 ◦ green 186 ◦ blue 80

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

Shades of Mantis #7FBA50

Tints of Mantis #7FBA50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.36%

R = 32.32%
G = 47.33%
B = 20.36%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#7FBA50 (or 0x7FBA50) is known color: Mantis. HEX triplet: 7F, BA and 50. RGB value is (127,186,80). Sum of RGB (Red+Green+Blue) = 127+186+80=393 (52% of max value = 765). Red value is 127 (50% from 255 or 32.32% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBA50 is #8045AF. Grayscale: #9C9C9C. Windows color (decimal): -8406448 or 5290623. OLE color: 5290623.

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

Color convert

RGB 127 186 80 -
CMYK 0.32 0 0.57 0.27
HSL 93.4º 0.43% 0.52% -
HSV(B) 93.4º 0.57% 0.73% -
XYZ 27.76 40.21 13.89 -
YUV 156.28 84.95 107.12 -
System Red Green Blue C M Y K H S L
Decimal 127 186 80 0.32 0 0.57 0.27 93.4 0.43 0.52
Hex 7F BA 50 20 0 39 1B 5D 2B 34
Octal 177 272 120 40 0 71 33 135 53 64
Binary 1111111 10111010 1010000 100000 0 111001 11011 1011101 101011 110100

Color Harmonies of #7FBA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBA50

Black with #7FBA50

Text Example


Text Example

White with #7FBA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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