Html Css Color HEX #80E551 Mantis

📋 copy color: '#80E551'

red 128 ◦ green 229 ◦ blue 81

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

Shades of Mantis #80E551

Tints of Mantis #80E551

RGB

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

 GREEN value IS 229 (89.84% from 255) = 52.28%

 BLUE value IS 81 (32.03% from 255) = 18.49%

R = 29.22%
G = 52.28%
B = 18.49%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#80E551 (or 0x80E551) is known color: Mantis. HEX triplet: 80, E5 and 51. RGB value is (128,229,81). Sum of RGB (Red+Green+Blue) = 128+229+81=438 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.22% from 438); Green value is 229 (89.84% from 255 or 52.28% from 438); Blue value is 81 (32.03% from 255 or 18.49% from 438); Max value from RGB is 229 - color contains mainly: green. Hex color #80E551 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E551 is #7F1AAE. Grayscale: #B6B6B6. Windows color (decimal): -8329903 or 5367168. OLE color: 5367168.

HSL color Cylindrical-coordinate representation of color #80E551: hue angle of 100.95º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #80E551 is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB 128 229 81 -
CMYK 0.44 0 0.65 0.10
HSL 100.95º 0.74% 0.61% -
HSV(B) 100.95º 0.65% 0.9% -
XYZ 38.41 61.22 17.58 -
YUV 181.93 71.04 89.53 -
System Red Green Blue C M Y K H S L
Decimal 128 229 81 0.44 0 0.65 0.10 100.95 0.74 0.61
Hex 80 E5 51 2C 0 41 A 65 4A 3D
Octal 200 345 121 54 0 101 12 145 112 75
Binary 10000000 11100101 1010001 101100 0 1000001 1010 1100101 1001010 111101

Color Harmonies of #80E551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E551

Black with #80E551

Text Example


Text Example

White with #80E551

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,229,81); }

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

background-color css

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

 a { background-color: rgb(128,229,81); }

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

border-color css

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

 span { border-color: rgb(128,229,81); }

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