Html Css Color HEX #80D760 Mantis

📋 copy color: '#80D760'

red 128 ◦ green 215 ◦ blue 96

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

Shades of Mantis #80D760

Tints of Mantis #80D760

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.97%

 BLUE value IS 96 (37.89% from 255) = 21.87%

R = 29.16%
G = 48.97%
B = 21.87%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#80D760 (or 0x80D760) is known color: Mantis. HEX triplet: 80, D7 and 60. RGB value is (128,215,96). Sum of RGB (Red+Green+Blue) = 128+215+96=439 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.16% from 439); Green value is 215 (84.38% from 255 or 48.97% from 439); Blue value is 96 (37.89% from 255 or 21.87% from 439); Max value from RGB is 215 - color contains mainly: green. Hex color #80D760 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D760 is #7F289F. Grayscale: #AFAFAF. Windows color (decimal): -8333472 or 6346624. OLE color: 6346624.

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

Color convert

RGB 128 215 96 -
CMYK 0.40 0 0.55 0.16
HSL 103.87º 0.6% 0.61% -
HSV(B) 103.87º 0.55% 0.84% -
XYZ 35.31 54.03 19.63 -
YUV 175.42 83.18 94.18 -
System Red Green Blue C M Y K H S L
Decimal 128 215 96 0.40 0 0.55 0.16 103.87 0.6 0.61
Hex 80 D7 60 28 0 37 10 68 3C 3D
Octal 200 327 140 50 0 67 20 150 74 75
Binary 10000000 11010111 1100000 101000 0 110111 10000 1101000 111100 111101

Color Harmonies of #80D760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D760

Black with #80D760

Text Example


Text Example

White with #80D760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,215,96); }

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

background-color css

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

 a { background-color: rgb(128,215,96); }

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

border-color css

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

 span { border-color: rgb(128,215,96); }

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