Html Css Color HEX #80D960 Mantis

📋 copy color: '#80D960'

red 128 ◦ green 217 ◦ blue 96

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

Shades of Mantis #80D960

Tints of Mantis #80D960

RGB

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

 GREEN value IS 217 (85.16% from 255) = 49.21%

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

R = 29.02%
G = 49.21%
B = 21.77%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#80D960 (or 0x80D960) is known color: Mantis. HEX triplet: 80, D9 and 60. RGB value is (128,217,96). Sum of RGB (Red+Green+Blue) = 128+217+96=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 217 (85.16% from 255 or 49.21% from 441); Blue value is 96 (37.89% from 255 or 21.77% from 441); Max value from RGB is 217 - color contains mainly: green. Hex color #80D960 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D960 is #7F269F. Grayscale: #B0B0B0. Windows color (decimal): -8332960 or 6347136. OLE color: 6347136.

HSL color Cylindrical-coordinate representation of color #80D960: hue angle of 104.13º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80D960 is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 217 96 -
CMYK 0.41 0 0.56 0.15
HSL 104.13º 0.61% 0.61% -
HSV(B) 104.13º 0.56% 0.85% -
XYZ 35.83 55.06 19.81 -
YUV 176.6 82.51 93.34 -
System Red Green Blue C M Y K H S L
Decimal 128 217 96 0.41 0 0.56 0.15 104.13 0.61 0.61
Hex 80 D9 60 29 0 38 F 68 3D 3D
Octal 200 331 140 51 0 70 17 150 75 75
Binary 10000000 11011001 1100000 101001 0 111000 1111 1101000 111101 111101

Color Harmonies of #80D960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D960

Black with #80D960

Text Example


Text Example

White with #80D960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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