Html Css Color HEX #80D662 Mantis

📋 copy color: '#80D662'

red 128 ◦ green 214 ◦ blue 98

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

Shades of Mantis #80D662

Tints of Mantis #80D662

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.64%

 BLUE value IS 98 (38.67% from 255) = 22.27%

R = 29.09%
G = 48.64%
B = 22.27%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#80D662 (or 0x80D662) is known color: Mantis. HEX triplet: 80, D6 and 62. RGB value is (128,214,98). Sum of RGB (Red+Green+Blue) = 128+214+98=440 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.09% from 440); Green value is 214 (83.98% from 255 or 48.64% from 440); Blue value is 98 (38.67% from 255 or 22.27% from 440); Max value from RGB is 214 - color contains mainly: green. Hex color #80D662 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D662 is #7F299D. Grayscale: #AFAFAF. Windows color (decimal): -8333726 or 6477440. OLE color: 6477440.

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

Color convert

RGB 128 214 98 -
CMYK 0.40 0 0.54 0.16
HSL 104.48º 0.59% 0.61% -
HSV(B) 104.48º 0.54% 0.84% -
XYZ 35.15 53.56 20.04 -
YUV 175.06 84.51 94.43 -
System Red Green Blue C M Y K H S L
Decimal 128 214 98 0.40 0 0.54 0.16 104.48 0.59 0.61
Hex 80 D6 62 28 0 36 10 68 3B 3D
Octal 200 326 142 50 0 66 20 150 73 75
Binary 10000000 11010110 1100010 101000 0 110110 10000 1101000 111011 111101

Color Harmonies of #80D662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D662

Black with #80D662

Text Example


Text Example

White with #80D662

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,214,98); }

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

background-color css

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

 a { background-color: rgb(128,214,98); }

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

border-color css

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

 span { border-color: rgb(128,214,98); }

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