Html Css Color HEX #80D45B Mantis

📋 copy color: '#80D45B'

red 128 ◦ green 212 ◦ blue 91

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

Shades of Mantis #80D45B

Tints of Mantis #80D45B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 49.19%

 BLUE value IS 91 (35.94% from 255) = 21.11%

R = 29.7%
G = 49.19%
B = 21.11%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#80D45B (or 0x80D45B) is known color: Mantis. HEX triplet: 80, D4 and 5B. RGB value is (128,212,91). Sum of RGB (Red+Green+Blue) = 128+212+91=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 212 (83.20% from 255 or 49.19% from 431); Blue value is 91 (35.94% from 255 or 21.11% from 431); Max value from RGB is 212 - color contains mainly: green. Hex color #80D45B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D45B is #7F2BA4. Grayscale: #ADADAD. Windows color (decimal): -8334245 or 6018176. OLE color: 6018176.

HSL color Cylindrical-coordinate representation of color #80D45B: hue angle of 101.65º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #80D45B is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB 128 212 91 -
CMYK 0.40 0 0.57 0.17
HSL 101.65º 0.58% 0.59% -
HSV(B) 101.65º 0.57% 0.83% -
XYZ 34.33 52.43 18.21 -
YUV 173.09 81.67 95.84 -
System Red Green Blue C M Y K H S L
Decimal 128 212 91 0.40 0 0.57 0.17 101.65 0.58 0.59
Hex 80 D4 5B 28 0 39 11 66 3A 3B
Octal 200 324 133 50 0 71 21 146 72 73
Binary 10000000 11010100 1011011 101000 0 111001 10001 1100110 111010 111011

Color Harmonies of #80D45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D45B

Black with #80D45B

Text Example


Text Example

White with #80D45B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,212,91); }

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

background-color css

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

 a { background-color: rgb(128,212,91); }

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

border-color css

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

 span { border-color: rgb(128,212,91); }

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