Html Css Color HEX #80DE56 Mantis

📋 copy color: '#80DE56'

red 128 ◦ green 222 ◦ blue 86

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

Shades of Mantis #80DE56

Tints of Mantis #80DE56

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50.92%

 BLUE value IS 86 (33.98% from 255) = 19.72%

R = 29.36%
G = 50.92%
B = 19.72%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#80DE56 (or 0x80DE56) is known color: Mantis. HEX triplet: 80, DE and 56. RGB value is (128,222,86). Sum of RGB (Red+Green+Blue) = 128+222+86=436 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.36% from 436); Green value is 222 (87.11% from 255 or 50.92% from 436); Blue value is 86 (33.98% from 255 or 19.72% from 436); Max value from RGB is 222 - color contains mainly: green. Hex color #80DE56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DE56 is #7F21A9. Grayscale: #B2B2B2. Windows color (decimal): -8331690 or 5693056. OLE color: 5693056.

HSL color Cylindrical-coordinate representation of color #80DE56: hue angle of 101.47º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #80DE56 is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 222 86 -
CMYK 0.42 0 0.61 0.13
HSL 101.47º 0.67% 0.6% -
HSV(B) 101.47º 0.61% 0.87% -
XYZ 36.7 57.5 17.97 -
YUV 178.39 75.86 92.06 -
System Red Green Blue C M Y K H S L
Decimal 128 222 86 0.42 0 0.61 0.13 101.47 0.67 0.6
Hex 80 DE 56 2A 0 3D D 65 43 3C
Octal 200 336 126 52 0 75 15 145 103 74
Binary 10000000 11011110 1010110 101010 0 111101 1101 1100101 1000011 111100

Color Harmonies of #80DE56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DE56

Black with #80DE56

Text Example


Text Example

White with #80DE56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,222,86); }

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

background-color css

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

 a { background-color: rgb(128,222,86); }

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

border-color css

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

 span { border-color: rgb(128,222,86); }

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