Html Css Color HEX #80C040 Mantis

📋 copy color: '#80C040'

red 128 ◦ green 192 ◦ blue 64

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

Shades of Mantis #80C040

Tints of Mantis #80C040

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50%

 BLUE value IS 64 (25.39% from 255) = 16.67%

R = 33.33%
G = 50%
B = 16.67%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#80C040 (or 0x80C040) is known color: Mantis. HEX triplet: 80, C0 and 40. RGB value is (128,192,64). Sum of RGB (Red+Green+Blue) = 128+192+64=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 192 (75.39% from 255 or 50% from 384); Blue value is 64 (25.39% from 255 or 16.67% from 384); Max value from RGB is 192 - color contains mainly: green. Hex color #80C040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C040 is #7F3FBF. Grayscale: #9E9E9E. Windows color (decimal): -8339392 or 4243584. OLE color: 4243584.

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

Color convert

RGB 128 192 64 -
CMYK 0.33 0 0.67 0.25
HSL 90º 0.5% 0.5% -
HSV(B) 90º 0.67% 0.75% -
XYZ 28.68 42.66 11.57 -
YUV 158.27 74.8 106.41 -
System Red Green Blue C M Y K H S L
Decimal 128 192 64 0.33 0 0.67 0.25 90 0.5 0.5
Hex 80 C0 40 21 0 43 19 5A 32 32
Octal 200 300 100 41 0 103 31 132 62 62
Binary 10000000 11000000 1000000 100001 0 1000011 11001 1011010 110010 110010

Color Harmonies of #80C040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C040

Black with #80C040

Text Example


Text Example

White with #80C040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,192,64); }

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

background-color css

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

 a { background-color: rgb(128,192,64); }

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

border-color css

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

 span { border-color: rgb(128,192,64); }

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