Html Css Color HEX #80BC6F Mantis

📋 copy color: '#80BC6F'

red 128 ◦ green 188 ◦ blue 111

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

Shades of Mantis #80BC6F

Tints of Mantis #80BC6F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.03%

 BLUE value IS 111 (43.75% from 255) = 26%

R = 29.98%
G = 44.03%
B = 26%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#80BC6F (or 0x80BC6F) is known color: Mantis. HEX triplet: 80, BC and 6F. RGB value is (128,188,111). Sum of RGB (Red+Green+Blue) = 128+188+111=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 111 (43.75% from 255 or 26.00% from 427); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BC6F is #7F4390. Grayscale: #A1A1A1. Windows color (decimal): -8340369 or 7322752. OLE color: 7322752.

HSL color Cylindrical-coordinate representation of color #80BC6F: hue angle of 106.75º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80BC6F is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 188 111 -
CMYK 0.32 0 0.41 0.26
HSL 106.75º 0.36% 0.59% -
HSV(B) 106.75º 0.41% 0.74% -
XYZ 29.75 41.7 21.52 -
YUV 161.28 99.62 104.26 -
System Red Green Blue C M Y K H S L
Decimal 128 188 111 0.32 0 0.41 0.26 106.75 0.36 0.59
Hex 80 BC 6F 20 0 29 1A 6B 24 3B
Octal 200 274 157 40 0 51 32 153 44 73
Binary 10000000 10111100 1101111 100000 0 101001 11010 1101011 100100 111011

Color Harmonies of #80BC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BC6F

Black with #80BC6F

Text Example


Text Example

White with #80BC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,188,111); }

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

background-color css

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

 a { background-color: rgb(128,188,111); }

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

border-color css

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

 span { border-color: rgb(128,188,111); }

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