Html Css Color HEX #80D142 Mantis

📋 copy color: '#80D142'

red 128 ◦ green 209 ◦ blue 66

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

Shades of Mantis #80D142

Tints of Mantis #80D142

RGB

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

 GREEN value IS 209 (82.03% from 255) = 51.86%

 BLUE value IS 66 (26.17% from 255) = 16.38%

R = 31.76%
G = 51.86%
B = 16.38%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#80D142 (or 0x80D142) is known color: Mantis. HEX triplet: 80, D1 and 42. RGB value is (128,209,66). Sum of RGB (Red+Green+Blue) = 128+209+66=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 209 (82.03% from 255 or 51.86% from 403); Blue value is 66 (26.17% from 255 or 16.38% from 403); Max value from RGB is 209 - color contains mainly: green. Hex color #80D142 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D142 is #7F2EBD. Grayscale: #A8A8A8. Windows color (decimal): -8335038 or 4379008. OLE color: 4379008.

HSL color Cylindrical-coordinate representation of color #80D142: hue angle of 93.99º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80D142 is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 209 66 -
CMYK 0.39 0 0.68 0.18
HSL 93.99º 0.61% 0.54% -
HSV(B) 93.99º 0.68% 0.82% -
XYZ 32.69 50.58 13.2 -
YUV 168.48 70.16 99.13 -
System Red Green Blue C M Y K H S L
Decimal 128 209 66 0.39 0 0.68 0.18 93.99 0.61 0.54
Hex 80 D1 42 27 0 44 12 5E 3D 36
Octal 200 321 102 47 0 104 22 136 75 66
Binary 10000000 11010001 1000010 100111 0 1000100 10010 1011110 111101 110110

Color Harmonies of #80D142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D142

Black with #80D142

Text Example


Text Example

White with #80D142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,209,66); }

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

background-color css

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

 a { background-color: rgb(128,209,66); }

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

border-color css

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

 span { border-color: rgb(128,209,66); }

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