Html Css Color HEX #80EA46 Mantis

📋 copy color: '#80EA46'

red 128 ◦ green 234 ◦ blue 70

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

Shades of Mantis #80EA46

Tints of Mantis #80EA46

RGB

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

 GREEN value IS 234 (91.8% from 255) = 54.17%

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

R = 29.63%
G = 54.17%
B = 16.2%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#80EA46 (or 0x80EA46) is known color: Mantis. HEX triplet: 80, EA and 46. RGB value is (128,234,70). Sum of RGB (Red+Green+Blue) = 128+234+70=432 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.63% from 432); Green value is 234 (91.80% from 255 or 54.17% from 432); Blue value is 70 (27.73% from 255 or 16.20% from 432); Max value from RGB is 234 - color contains mainly: green. Hex color #80EA46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80EA46 is #7F15B9. Grayscale: #B8B8B8. Windows color (decimal): -8328634 or 4647552. OLE color: 4647552.

HSL color Cylindrical-coordinate representation of color #80EA46: hue angle of 98.78º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80EA46 is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 128 234 70 -
CMYK 0.45 0 0.70 0.08
HSL 98.78º 0.8% 0.6% -
HSV(B) 98.78º 0.7% 0.92% -
XYZ 39.43 63.88 16.05 -
YUV 183.61 63.88 88.34 -
System Red Green Blue C M Y K H S L
Decimal 128 234 70 0.45 0 0.70 0.08 98.78 0.8 0.6
Hex 80 EA 46 2D 0 46 8 63 50 3C
Octal 200 352 106 55 0 106 10 143 120 74
Binary 10000000 11101010 1000110 101101 0 1000110 1000 1100011 1010000 111100

Color Harmonies of #80EA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EA46

Black with #80EA46

Text Example


Text Example

White with #80EA46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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