Html Css Color HEX #80C663 Mantis

📋 copy color: '#80C663'

red 128 ◦ green 198 ◦ blue 99

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

Shades of Mantis #80C663

Tints of Mantis #80C663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.29%

R = 30.12%
G = 46.59%
B = 23.29%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#80C663 (or 0x80C663) is known color: Mantis. HEX triplet: 80, C6 and 63. RGB value is (128,198,99). Sum of RGB (Red+Green+Blue) = 128+198+99=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 198 (77.73% from 255 or 46.59% from 425); Blue value is 99 (39.06% from 255 or 23.29% from 425); Max value from RGB is 198 - color contains mainly: green. Hex color #80C663 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C663 is #7F399C. Grayscale: #A6A6A6. Windows color (decimal): -8337821 or 6538880. OLE color: 6538880.

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

Color convert

RGB 128 198 99 -
CMYK 0.35 0 0.50 0.22
HSL 102.42º 0.46% 0.58% -
HSV(B) 102.42º 0.5% 0.78% -
XYZ 31.35 45.88 19.01 -
YUV 165.78 90.31 101.05 -
System Red Green Blue C M Y K H S L
Decimal 128 198 99 0.35 0 0.50 0.22 102.42 0.46 0.58
Hex 80 C6 63 23 0 32 16 66 2E 3A
Octal 200 306 143 43 0 62 26 146 56 72
Binary 10000000 11000110 1100011 100011 0 110010 10110 1100110 101110 111010

Color Harmonies of #80C663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C663

Black with #80C663

Text Example


Text Example

White with #80C663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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