Html Css Color HEX #80C665 Mantis

📋 copy color: '#80C665'

red 128 ◦ green 198 ◦ blue 101

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

Shades of Mantis #80C665

Tints of Mantis #80C665

RGB

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

 GREEN value IS 198 (77.73% from 255) = 46.37%

 BLUE value IS 101 (39.84% from 255) = 23.65%

R = 29.98%
G = 46.37%
B = 23.65%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#80C665 (or 0x80C665) is known color: Mantis. HEX triplet: 80, C6 and 65. RGB value is (128,198,101). Sum of RGB (Red+Green+Blue) = 128+198+101=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 198 (77.73% from 255 or 46.37% from 427); Blue value is 101 (39.84% from 255 or 23.65% from 427); Max value from RGB is 198 - color contains mainly: green. Hex color #80C665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C665 is #7F399A. Grayscale: #A6A6A6. Windows color (decimal): -8337819 or 6669952. OLE color: 6669952.

HSL color Cylindrical-coordinate representation of color #80C665: hue angle of 103.3º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80C665 is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 128 198 101 -
CMYK 0.35 0 0.49 0.22
HSL 103.3º 0.46% 0.59% -
HSV(B) 103.3º 0.49% 0.78% -
XYZ 31.45 45.92 19.52 -
YUV 166.01 91.31 100.89 -
System Red Green Blue C M Y K H S L
Decimal 128 198 101 0.35 0 0.49 0.22 103.3 0.46 0.59
Hex 80 C6 65 23 0 31 16 67 2E 3B
Octal 200 306 145 43 0 61 26 147 56 73
Binary 10000000 11000110 1100101 100011 0 110001 10110 1100111 101110 111011

Color Harmonies of #80C665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C665

Black with #80C665

Text Example


Text Example

White with #80C665

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,198,101); }

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

background-color css

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

 a { background-color: rgb(128,198,101); }

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

border-color css

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

 span { border-color: rgb(128,198,101); }

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