Html Css Color HEX #80BE5D Mantis

📋 copy color: '#80BE5D'

red 128 ◦ green 190 ◦ blue 93

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

Shades of Mantis #80BE5D

Tints of Mantis #80BE5D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 46.23%

 BLUE value IS 93 (36.72% from 255) = 22.63%

R = 31.14%
G = 46.23%
B = 22.63%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#80BE5D (or 0x80BE5D) is known color: Mantis. HEX triplet: 80, BE and 5D. RGB value is (128,190,93). Sum of RGB (Red+Green+Blue) = 128+190+93=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 190 (74.61% from 255 or 46.23% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 190 - color contains mainly: green. Hex color #80BE5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BE5D is #7F41A2. Grayscale: #A0A0A0. Windows color (decimal): -8339875 or 6143616. OLE color: 6143616.

HSL color Cylindrical-coordinate representation of color #80BE5D: hue angle of 98.35º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80BE5D is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 190 93 -
CMYK 0.33 0 0.51 0.25
HSL 98.35º 0.43% 0.55% -
HSV(B) 98.35º 0.51% 0.75% -
XYZ 29.29 42.21 16.96 -
YUV 160.4 89.96 104.89 -
System Red Green Blue C M Y K H S L
Decimal 128 190 93 0.33 0 0.51 0.25 98.35 0.43 0.55
Hex 80 BE 5D 21 0 33 19 62 2B 37
Octal 200 276 135 41 0 63 31 142 53 67
Binary 10000000 10111110 1011101 100001 0 110011 11001 1100010 101011 110111

Color Harmonies of #80BE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BE5D

Black with #80BE5D

Text Example


Text Example

White with #80BE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,190,93); }

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

background-color css

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

 a { background-color: rgb(128,190,93); }

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

border-color css

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

 span { border-color: rgb(128,190,93); }

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