Html Css Color HEX #80EC46 Mantis

📋 copy color: '#80EC46'

red 128 ◦ green 236 ◦ blue 70

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

Shades of Mantis #80EC46

Tints of Mantis #80EC46

RGB

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

 GREEN value IS 236 (92.58% from 255) = 54.38%

 BLUE value IS 70 (27.73% from 255) = 16.13%

R = 29.49%
G = 54.38%
B = 16.13%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#80EC46 (or 0x80EC46) is known color: Mantis. HEX triplet: 80, EC and 46. RGB value is (128,236,70). Sum of RGB (Red+Green+Blue) = 128+236+70=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 236 (92.58% from 255 or 54.38% from 434); Blue value is 70 (27.73% from 255 or 16.13% from 434); Max value from RGB is 236 - color contains mainly: green. Hex color #80EC46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80EC46 is #7F13B9. Grayscale: #B9B9B9. Windows color (decimal): -8328122 or 4648064. OLE color: 4648064.

HSL color Cylindrical-coordinate representation of color #80EC46: hue angle of 99.04º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80EC46 is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 236 70 -
CMYK 0.46 0 0.70 0.07
HSL 99.04º 0.81% 0.6% -
HSV(B) 99.04º 0.7% 0.93% -
XYZ 40 65.02 16.24 -
YUV 184.78 63.22 87.5 -
System Red Green Blue C M Y K H S L
Decimal 128 236 70 0.46 0 0.70 0.07 99.04 0.81 0.6
Hex 80 EC 46 2E 0 46 7 63 51 3C
Octal 200 354 106 56 0 106 7 143 121 74
Binary 10000000 11101100 1000110 101110 0 1000110 111 1100011 1010001 111100

Color Harmonies of #80EC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EC46

Black with #80EC46

Text Example


Text Example

White with #80EC46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,236,70); }

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

background-color css

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

 a { background-color: rgb(128,236,70); }

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

border-color css

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

 span { border-color: rgb(128,236,70); }

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