Html Css Color HEX #80BE6E Mantis

📋 copy color: '#80BE6E'

red 128 ◦ green 190 ◦ blue 110

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

Shades of Mantis #80BE6E

Tints of Mantis #80BE6E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.39%

 BLUE value IS 110 (43.36% from 255) = 25.7%

R = 29.91%
G = 44.39%
B = 25.7%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#80BE6E (or 0x80BE6E) is known color: Mantis. HEX triplet: 80, BE and 6E. RGB value is (128,190,110). Sum of RGB (Red+Green+Blue) = 128+190+110=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 190 (74.61% from 255 or 44.39% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 190 - color contains mainly: green. Hex color #80BE6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BE6E is #7F4191. Grayscale: #A2A2A2. Windows color (decimal): -8339858 or 7257728. OLE color: 7257728.

HSL color Cylindrical-coordinate representation of color #80BE6E: hue angle of 106.5º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80BE6E is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 190 110 -
CMYK 0.33 0 0.42 0.25
HSL 106.5º 0.38% 0.59% -
HSV(B) 106.5º 0.42% 0.75% -
XYZ 30.13 42.54 21.38 -
YUV 162.34 98.46 103.5 -
System Red Green Blue C M Y K H S L
Decimal 128 190 110 0.33 0 0.42 0.25 106.5 0.38 0.59
Hex 80 BE 6E 21 0 2A 19 6A 26 3B
Octal 200 276 156 41 0 52 31 152 46 73
Binary 10000000 10111110 1101110 100001 0 101010 11001 1101010 100110 111011

Color Harmonies of #80BE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BE6E

Black with #80BE6E

Text Example


Text Example

White with #80BE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,190,110); }

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

background-color css

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

 a { background-color: rgb(128,190,110); }

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

border-color css

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

 span { border-color: rgb(128,190,110); }

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