Html Css Color HEX #80E949 Mantis

📋 copy color: '#80E949'

red 128 ◦ green 233 ◦ blue 73

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

Shades of Mantis #80E949

Tints of Mantis #80E949

RGB

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

 GREEN value IS 233 (91.41% from 255) = 53.69%

 BLUE value IS 73 (28.91% from 255) = 16.82%

R = 29.49%
G = 53.69%
B = 16.82%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#80E949 (or 0x80E949) is known color: Mantis. HEX triplet: 80, E9 and 49. RGB value is (128,233,73). Sum of RGB (Red+Green+Blue) = 128+233+73=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 233 (91.41% from 255 or 53.69% from 434); Blue value is 73 (28.91% from 255 or 16.82% from 434); Max value from RGB is 233 - color contains mainly: green. Hex color #80E949 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80E949 is #7F16B6. Grayscale: #B7B7B7. Windows color (decimal): -8328887 or 4843904. OLE color: 4843904.

HSL color Cylindrical-coordinate representation of color #80E949: hue angle of 99.38º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80E949 is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB 128 233 73 -
CMYK 0.45 0 0.69 0.09
HSL 99.38º 0.78% 0.6% -
HSV(B) 99.38º 0.69% 0.91% -
XYZ 39.24 63.35 16.46 -
YUV 183.37 65.71 88.51 -
System Red Green Blue C M Y K H S L
Decimal 128 233 73 0.45 0 0.69 0.09 99.38 0.78 0.6
Hex 80 E9 49 2D 0 45 9 63 4E 3C
Octal 200 351 111 55 0 105 11 143 116 74
Binary 10000000 11101001 1001001 101101 0 1000101 1001 1100011 1001110 111100

Color Harmonies of #80E949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E949

Black with #80E949

Text Example


Text Example

White with #80E949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,233,73); }

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

background-color css

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

 a { background-color: rgb(128,233,73); }

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

border-color css

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

 span { border-color: rgb(128,233,73); }

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