Html Css Color HEX #80C340 Mantis

📋 copy color: '#80C340'

red 128 ◦ green 195 ◦ blue 64

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

Shades of Mantis #80C340

Tints of Mantis #80C340

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50.39%

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

R = 33.07%
G = 50.39%
B = 16.54%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#80C340 (or 0x80C340) is known color: Mantis. HEX triplet: 80, C3 and 40. RGB value is (128,195,64). Sum of RGB (Red+Green+Blue) = 128+195+64=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 195 (76.56% from 255 or 50.39% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 195 - color contains mainly: green. Hex color #80C340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C340 is #7F3CBF. Grayscale: #A0A0A0. Windows color (decimal): -8338624 or 4244352. OLE color: 4244352.

HSL color Cylindrical-coordinate representation of color #80C340: hue angle of 90.69º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #80C340 is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 128 195 64 -
CMYK 0.34 0 0.67 0.24
HSL 90.69º 0.52% 0.51% -
HSV(B) 90.69º 0.67% 0.76% -
XYZ 29.34 43.99 11.79 -
YUV 160.03 73.8 105.15 -
System Red Green Blue C M Y K H S L
Decimal 128 195 64 0.34 0 0.67 0.24 90.69 0.52 0.51
Hex 80 C3 40 22 0 43 18 5B 34 33
Octal 200 303 100 42 0 103 30 133 64 63
Binary 10000000 11000011 1000000 100010 0 1000011 11000 1011011 110100 110011

Color Harmonies of #80C340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C340

Black with #80C340

Text Example


Text Example

White with #80C340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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