Html Css Color HEX #80D15B Mantis

📋 copy color: '#80D15B'

red 128 ◦ green 209 ◦ blue 91

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

Shades of Mantis #80D15B

Tints of Mantis #80D15B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.26%

R = 29.91%
G = 48.83%
B = 21.26%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#80D15B (or 0x80D15B) is known color: Mantis. HEX triplet: 80, D1 and 5B. RGB value is (128,209,91). Sum of RGB (Red+Green+Blue) = 128+209+91=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 209 (82.03% from 255 or 48.83% from 428); Blue value is 91 (35.94% from 255 or 21.26% from 428); Max value from RGB is 209 - color contains mainly: green. Hex color #80D15B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D15B is #7F2EA4. Grayscale: #ABABAB. Windows color (decimal): -8335013 or 6017408. OLE color: 6017408.

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

Color convert

RGB 128 209 91 -
CMYK 0.39 0 0.56 0.18
HSL 101.19º 0.56% 0.59% -
HSV(B) 101.19º 0.56% 0.82% -
XYZ 33.59 50.95 17.96 -
YUV 171.33 82.66 97.09 -
System Red Green Blue C M Y K H S L
Decimal 128 209 91 0.39 0 0.56 0.18 101.19 0.56 0.59
Hex 80 D1 5B 27 0 38 12 65 38 3B
Octal 200 321 133 47 0 70 22 145 70 73
Binary 10000000 11010001 1011011 100111 0 111000 10010 1100101 111000 111011

Color Harmonies of #80D15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D15B

Black with #80D15B

Text Example


Text Example

White with #80D15B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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