Html Css Color HEX #7FBA45 Mantis

📋 copy color: '#7FBA45'

red 127 ◦ green 186 ◦ blue 69

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

Shades of Mantis #7FBA45

Tints of Mantis #7FBA45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.06%

R = 33.25%
G = 48.69%
B = 18.06%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#7FBA45 (or 0x7FBA45) is known color: Mantis. HEX triplet: 7F, BA and 45. RGB value is (127,186,69). Sum of RGB (Red+Green+Blue) = 127+186+69=382 (50% of max value = 765). Red value is 127 (50% from 255 or 33.25% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBA45 is #8045BA. Grayscale: #9B9B9B. Windows color (decimal): -8406459 or 4569727. OLE color: 4569727.

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

Color convert

RGB 127 186 69 -
CMYK 0.32 0 0.63 0.27
HSL 90.26º 0.46% 0.5% -
HSV(B) 90.26º 0.63% 0.73% -
XYZ 27.39 40.06 11.92 -
YUV 155.02 79.45 108.01 -
System Red Green Blue C M Y K H S L
Decimal 127 186 69 0.32 0 0.63 0.27 90.26 0.46 0.5
Hex 7F BA 45 20 0 3F 1B 5A 2E 32
Octal 177 272 105 40 0 77 33 132 56 62
Binary 1111111 10111010 1000101 100000 0 111111 11011 1011010 101110 110010

Color Harmonies of #7FBA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBA45

Black with #7FBA45

Text Example


Text Example

White with #7FBA45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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