Html Css Color HEX #7FBA5D Mantis

📋 copy color: '#7FBA5D'

red 127 ◦ green 186 ◦ blue 93

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

Shades of Mantis #7FBA5D

Tints of Mantis #7FBA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.91%

R = 31.28%
G = 45.81%
B = 22.91%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#7FBA5D (or 0x7FBA5D) is known color: Mantis. HEX triplet: 7F, BA and 5D. RGB value is (127,186,93). Sum of RGB (Red+Green+Blue) = 127+186+93=406 (53% of max value = 765). Red value is 127 (50% from 255 or 31.28% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBA5D is #8045A2. Grayscale: #9E9E9E. Windows color (decimal): -8406435 or 6142591. OLE color: 6142591.

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

Color convert

RGB 127 186 93 -
CMYK 0.32 0 0.5 0.27
HSL 98.06º 0.4% 0.55% -
HSV(B) 98.06º 0.5% 0.73% -
XYZ 28.29 40.42 16.67 -
YUV 157.76 91.45 106.06 -
System Red Green Blue C M Y K H S L
Decimal 127 186 93 0.32 0 0.5 0.27 98.06 0.4 0.55
Hex 7F BA 5D 20 0 32 1B 62 28 37
Octal 177 272 135 40 0 62 33 142 50 67
Binary 1111111 10111010 1011101 100000 0 110010 11011 1100010 101000 110111

Color Harmonies of #7FBA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBA5D

Black with #7FBA5D

Text Example


Text Example

White with #7FBA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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