Html Css Color HEX #80D75B Mantis

📋 copy color: '#80D75B'

red 128 ◦ green 215 ◦ blue 91

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

Shades of Mantis #80D75B

Tints of Mantis #80D75B

RGB

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

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

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

R = 29.49%
G = 49.54%
B = 20.97%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#80D75B (or 0x80D75B) is known color: Mantis. HEX triplet: 80, D7 and 5B. RGB value is (128,215,91). Sum of RGB (Red+Green+Blue) = 128+215+91=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 215 (84.38% from 255 or 49.54% from 434); Blue value is 91 (35.94% from 255 or 20.97% from 434); Max value from RGB is 215 - color contains mainly: green. Hex color #80D75B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D75B is #7F28A4. Grayscale: #AFAFAF. Windows color (decimal): -8333477 or 6018944. OLE color: 6018944.

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

Color convert

RGB 128 215 91 -
CMYK 0.40 0 0.58 0.16
HSL 102.1º 0.61% 0.6% -
HSV(B) 102.1º 0.58% 0.84% -
XYZ 35.09 53.95 18.46 -
YUV 174.85 80.68 94.58 -
System Red Green Blue C M Y K H S L
Decimal 128 215 91 0.40 0 0.58 0.16 102.1 0.61 0.6
Hex 80 D7 5B 28 0 3A 10 66 3D 3C
Octal 200 327 133 50 0 72 20 146 75 74
Binary 10000000 11010111 1011011 101000 0 111010 10000 1100110 111101 111100

Color Harmonies of #80D75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D75B

Black with #80D75B

Text Example


Text Example

White with #80D75B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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