Html Css Color HEX #7FBA48 Mantis

📋 copy color: '#7FBA48'

red 127 ◦ green 186 ◦ blue 72

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

Shades of Mantis #7FBA48

Tints of Mantis #7FBA48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.7%

R = 32.99%
G = 48.31%
B = 18.7%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#7FBA48 (or 0x7FBA48) is known color: Mantis. HEX triplet: 7F, BA and 48. RGB value is (127,186,72). Sum of RGB (Red+Green+Blue) = 127+186+72=385 (50% of max value = 765). Red value is 127 (50% from 255 or 32.99% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBA48 is #8045B7. Grayscale: #9B9B9B. Windows color (decimal): -8406456 or 4766335. OLE color: 4766335.

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

Color convert

RGB 127 186 72 -
CMYK 0.32 0 0.61 0.27
HSL 91.05º 0.45% 0.51% -
HSV(B) 91.05º 0.61% 0.73% -
XYZ 27.48 40.1 12.42 -
YUV 155.36 80.95 107.77 -
System Red Green Blue C M Y K H S L
Decimal 127 186 72 0.32 0 0.61 0.27 91.05 0.45 0.51
Hex 7F BA 48 20 0 3D 1B 5B 2D 33
Octal 177 272 110 40 0 75 33 133 55 63
Binary 1111111 10111010 1001000 100000 0 111101 11011 1011011 101101 110011

Color Harmonies of #7FBA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBA48

Black with #7FBA48

Text Example


Text Example

White with #7FBA48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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