Html Css Color HEX #7FBA4B Mantis

📋 copy color: '#7FBA4B'

red 127 ◦ green 186 ◦ blue 75

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

Shades of Mantis #7FBA4B

Tints of Mantis #7FBA4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.33%

R = 32.73%
G = 47.94%
B = 19.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#7FBA4B (or 0x7FBA4B) is known color: Mantis. HEX triplet: 7F, BA and 4B. RGB value is (127,186,75). Sum of RGB (Red+Green+Blue) = 127+186+75=388 (51% of max value = 765). Red value is 127 (50% from 255 or 32.73% from 388); Green value is 186 (73.05% from 255 or 47.94% from 388); Blue value is 75 (29.69% from 255 or 19.33% from 388); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBA4B is #8045B4. Grayscale: #9C9C9C. Windows color (decimal): -8406453 or 4962943. OLE color: 4962943.

HSL color Cylindrical-coordinate representation of color #7FBA4B: hue angle of 91.89º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7FBA4B is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 186 75 -
CMYK 0.32 0 0.60 0.27
HSL 91.89º 0.45% 0.51% -
HSV(B) 91.89º 0.6% 0.73% -
XYZ 27.58 40.14 12.95 -
YUV 155.71 82.45 107.53 -
System Red Green Blue C M Y K H S L
Decimal 127 186 75 0.32 0 0.60 0.27 91.89 0.45 0.51
Hex 7F BA 4B 20 0 3C 1B 5C 2D 33
Octal 177 272 113 40 0 74 33 134 55 63
Binary 1111111 10111010 1001011 100000 0 111100 11011 1011100 101101 110011

Color Harmonies of #7FBA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBA4B

Black with #7FBA4B

Text Example


Text Example

White with #7FBA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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