Html Css Color HEX #80E458 Mantis

📋 copy color: '#80E458'

red 128 ◦ green 228 ◦ blue 88

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

Shades of Mantis #80E458

Tints of Mantis #80E458

RGB

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

 GREEN value IS 228 (89.45% from 255) = 51.35%

 BLUE value IS 88 (34.77% from 255) = 19.82%

R = 28.83%
G = 51.35%
B = 19.82%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.61

 K value IS 0.11

RGB Variations

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

Color information

#80E458 (or 0x80E458) is known color: Mantis. HEX triplet: 80, E4 and 58. RGB value is (128,228,88). Sum of RGB (Red+Green+Blue) = 128+228+88=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 228 (89.45% from 255 or 51.35% from 444); Blue value is 88 (34.77% from 255 or 19.82% from 444); Max value from RGB is 228 - color contains mainly: green. Hex color #80E458 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E458 is #7F1BA7. Grayscale: #B6B6B6. Windows color (decimal): -8330152 or 5825664. OLE color: 5825664.

HSL color Cylindrical-coordinate representation of color #80E458: hue angle of 102.86º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #80E458 is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.

Color convert

RGB 128 228 88 -
CMYK 0.44 0 0.61 0.11
HSL 102.86º 0.72% 0.62% -
HSV(B) 102.86º 0.61% 0.89% -
XYZ 38.41 60.78 18.94 -
YUV 182.14 74.87 89.38 -
System Red Green Blue C M Y K H S L
Decimal 128 228 88 0.44 0 0.61 0.11 102.86 0.72 0.62
Hex 80 E4 58 2C 0 3D B 67 48 3E
Octal 200 344 130 54 0 75 13 147 110 76
Binary 10000000 11100100 1011000 101100 0 111101 1011 1100111 1001000 111110

Color Harmonies of #80E458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E458

Black with #80E458

Text Example


Text Example

White with #80E458

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,228,88); }

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

background-color css

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

 a { background-color: rgb(128,228,88); }

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

border-color css

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

 span { border-color: rgb(128,228,88); }

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