Html Css Color HEX #80ED49 Mantis

📋 copy color: '#80ED49'

red 128 ◦ green 237 ◦ blue 73

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

Shades of Mantis #80ED49

Tints of Mantis #80ED49

RGB

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

 GREEN value IS 237 (92.97% from 255) = 54.11%

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

R = 29.22%
G = 54.11%
B = 16.67%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#80ED49 (or 0x80ED49) is known color: Mantis. HEX triplet: 80, ED and 49. RGB value is (128,237,73). Sum of RGB (Red+Green+Blue) = 128+237+73=438 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.22% from 438); Green value is 237 (92.97% from 255 or 54.11% from 438); Blue value is 73 (28.91% from 255 or 16.67% from 438); Max value from RGB is 237 - color contains mainly: green. Hex color #80ED49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80ED49 is #7F12B6. Grayscale: #BABABA. Windows color (decimal): -8327863 or 4844928. OLE color: 4844928.

HSL color Cylindrical-coordinate representation of color #80ED49: hue angle of 99.88º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80ED49 is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 237 73 -
CMYK 0.46 0 0.69 0.07
HSL 99.88º 0.82% 0.61% -
HSV(B) 99.88º 0.69% 0.93% -
XYZ 40.39 65.64 16.84 -
YUV 185.71 64.39 86.84 -
System Red Green Blue C M Y K H S L
Decimal 128 237 73 0.46 0 0.69 0.07 99.88 0.82 0.61
Hex 80 ED 49 2E 0 45 7 64 52 3D
Octal 200 355 111 56 0 105 7 144 122 75
Binary 10000000 11101101 1001001 101110 0 1000101 111 1100100 1010010 111101

Color Harmonies of #80ED49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ED49

Black with #80ED49

Text Example


Text Example

White with #80ED49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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