Html Css Color HEX #80BD40 Mantis

📋 copy color: '#80BD40'

red 128 ◦ green 189 ◦ blue 64

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

Shades of Mantis #80BD40

Tints of Mantis #80BD40

RGB

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

 GREEN value IS 189 (74.22% from 255) = 49.61%

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

R = 33.6%
G = 49.61%
B = 16.8%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#80BD40 (or 0x80BD40) is known color: Mantis. HEX triplet: 80, BD and 40. RGB value is (128,189,64). Sum of RGB (Red+Green+Blue) = 128+189+64=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 189 (74.22% from 255 or 49.61% from 381); Blue value is 64 (25.39% from 255 or 16.80% from 381); Max value from RGB is 189 - color contains mainly: green. Hex color #80BD40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BD40 is #7F42BF. Grayscale: #9C9C9C. Windows color (decimal): -8340160 or 4242816. OLE color: 4242816.

HSL color Cylindrical-coordinate representation of color #80BD40: hue angle of 89.28º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80BD40 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 189 64 -
CMYK 0.32 0 0.66 0.26
HSL 89.28º 0.49% 0.5% -
HSV(B) 89.28º 0.66% 0.74% -
XYZ 28.03 41.35 11.36 -
YUV 156.51 75.79 107.66 -
System Red Green Blue C M Y K H S L
Decimal 128 189 64 0.32 0 0.66 0.26 89.28 0.49 0.5
Hex 80 BD 40 20 0 42 1A 59 31 32
Octal 200 275 100 40 0 102 32 131 61 62
Binary 10000000 10111101 1000000 100000 0 1000010 11010 1011001 110001 110010

Color Harmonies of #80BD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BD40

Black with #80BD40

Text Example


Text Example

White with #80BD40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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