Html Css Color HEX #80BA3F Mantis

📋 copy color: '#80BA3F'

red 128 ◦ green 186 ◦ blue 63

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

Shades of Mantis #80BA3F

Tints of Mantis #80BA3F

RGB

 RED value IS 128 (50.39% from 255) = 33.95%

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

 BLUE value IS 63 (25% from 255) = 16.71%

R = 33.95%
G = 49.34%
B = 16.71%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#80BA3F (or 0x80BA3F) is known color: Mantis. HEX triplet: 80, BA and 3F. RGB value is (128,186,63). Sum of RGB (Red+Green+Blue) = 128+186+63=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BA3F is #7F45C0. Grayscale: #9B9B9B. Windows color (decimal): -8340929 or 4176512. OLE color: 4176512.

HSL color Cylindrical-coordinate representation of color #80BA3F: hue angle of 88.29º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80BA3F is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 186 63 -
CMYK 0.31 0 0.66 0.27
HSL 88.29º 0.49% 0.49% -
HSV(B) 88.29º 0.66% 0.73% -
XYZ 27.36 40.07 10.99 -
YUV 154.64 76.28 109 -
System Red Green Blue C M Y K H S L
Decimal 128 186 63 0.31 0 0.66 0.27 88.29 0.49 0.49
Hex 80 BA 3F 1F 0 42 1B 58 31 31
Octal 200 272 77 37 0 102 33 130 61 61
Binary 10000000 10111010 111111 11111 0 1000010 11011 1011000 110001 110001

Color Harmonies of #80BA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BA3F

Black with #80BA3F

Text Example


Text Example

White with #80BA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80BA3F; }

 p { color: rgb(128,186,63); }

 H1.HeaderClassName
 {
   color: #80BA3F;
 }
 .AnyTagClassName
 {
   color: #80BA3F;
 }
</style>

background-color css

<style>
 a { background-color: #80BA3F; }

 a { background-color: rgb(128,186,63); }

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

border-color css

<style>
 span { border-color: #80BA3F; }

 span { border-color: rgb(128,186,63); }

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