Html Css Color HEX #80C766 Mantis

📋 copy color: '#80C766'

red 128 ◦ green 199 ◦ blue 102

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

Shades of Mantis #80C766

Tints of Mantis #80C766

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.39%

 BLUE value IS 102 (40.23% from 255) = 23.78%

R = 29.84%
G = 46.39%
B = 23.78%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#80C766 (or 0x80C766) is known color: Mantis. HEX triplet: 80, C7 and 66. RGB value is (128,199,102). Sum of RGB (Red+Green+Blue) = 128+199+102=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 199 (78.12% from 255 or 46.39% from 429); Blue value is 102 (40.23% from 255 or 23.78% from 429); Max value from RGB is 199 - color contains mainly: green. Hex color #80C766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C766 is #7F3899. Grayscale: #A7A7A7. Windows color (decimal): -8337562 or 6735744. OLE color: 6735744.

HSL color Cylindrical-coordinate representation of color #80C766: hue angle of 103.92º 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 #80C766 is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 128 199 102 -
CMYK 0.36 0 0.49 0.22
HSL 103.92º 0.46% 0.59% -
HSV(B) 103.92º 0.49% 0.78% -
XYZ 31.72 46.4 19.85 -
YUV 166.71 91.48 100.39 -
System Red Green Blue C M Y K H S L
Decimal 128 199 102 0.36 0 0.49 0.22 103.92 0.46 0.59
Hex 80 C7 66 24 0 31 16 68 2E 3B
Octal 200 307 146 44 0 61 26 150 56 73
Binary 10000000 11000111 1100110 100100 0 110001 10110 1101000 101110 111011

Color Harmonies of #80C766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C766

Black with #80C766

Text Example


Text Example

White with #80C766

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,199,102); }

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

background-color css

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

 a { background-color: rgb(128,199,102); }

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

border-color css

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

 span { border-color: rgb(128,199,102); }

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