Html Css Color HEX #80D457 Mantis

📋 copy color: '#80D457'

red 128 ◦ green 212 ◦ blue 87

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

Shades of Mantis #80D457

Tints of Mantis #80D457

RGB

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

 GREEN value IS 212 (83.2% from 255) = 49.65%

 BLUE value IS 87 (34.38% from 255) = 20.37%

R = 29.98%
G = 49.65%
B = 20.37%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.59

 K value IS 0.17

RGB Variations

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

Color information

#80D457 (or 0x80D457) is known color: Mantis. HEX triplet: 80, D4 and 57. RGB value is (128,212,87). Sum of RGB (Red+Green+Blue) = 128+212+87=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 212 (83.20% from 255 or 49.65% from 427); Blue value is 87 (34.38% from 255 or 20.37% from 427); Max value from RGB is 212 - color contains mainly: green. Hex color #80D457 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D457 is #7F2BA8. Grayscale: #ADADAD. Windows color (decimal): -8334249 or 5756032. OLE color: 5756032.

HSL color Cylindrical-coordinate representation of color #80D457: hue angle of 100.32º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80D457 is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.

Color convert

RGB 128 212 87 -
CMYK 0.40 0 0.59 0.17
HSL 100.32º 0.59% 0.59% -
HSV(B) 100.32º 0.59% 0.83% -
XYZ 34.17 52.36 17.32 -
YUV 172.63 79.67 96.16 -
System Red Green Blue C M Y K H S L
Decimal 128 212 87 0.40 0 0.59 0.17 100.32 0.59 0.59
Hex 80 D4 57 28 0 3B 11 64 3B 3B
Octal 200 324 127 50 0 73 21 144 73 73
Binary 10000000 11010100 1010111 101000 0 111011 10001 1100100 111011 111011

Color Harmonies of #80D457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D457

Black with #80D457

Text Example


Text Example

White with #80D457

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,212,87); }

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

background-color css

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

 a { background-color: rgb(128,212,87); }

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

border-color css

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

 span { border-color: rgb(128,212,87); }

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