Html Css Color HEX #80BD58 Mantis

📋 copy color: '#80BD58'

red 128 ◦ green 189 ◦ blue 88

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

Shades of Mantis #80BD58

Tints of Mantis #80BD58

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.67%

 BLUE value IS 88 (34.77% from 255) = 21.73%

R = 31.6%
G = 46.67%
B = 21.73%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#80BD58 (or 0x80BD58) is known color: Mantis. HEX triplet: 80, BD and 58. RGB value is (128,189,88). Sum of RGB (Red+Green+Blue) = 128+189+88=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 189 (74.22% from 255 or 46.67% from 405); Blue value is 88 (34.77% from 255 or 21.73% from 405); Max value from RGB is 189 - color contains mainly: green. Hex color #80BD58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BD58 is #7F42A7. Grayscale: #9F9F9F. Windows color (decimal): -8340136 or 5815680. OLE color: 5815680.

HSL color Cylindrical-coordinate representation of color #80BD58: hue angle of 96.24º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #80BD58 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 189 88 -
CMYK 0.32 0 0.53 0.26
HSL 96.24º 0.43% 0.54% -
HSV(B) 96.24º 0.53% 0.74% -
XYZ 28.86 41.69 15.76 -
YUV 159.25 87.79 105.71 -
System Red Green Blue C M Y K H S L
Decimal 128 189 88 0.32 0 0.53 0.26 96.24 0.43 0.54
Hex 80 BD 58 20 0 35 1A 60 2B 36
Octal 200 275 130 40 0 65 32 140 53 66
Binary 10000000 10111101 1011000 100000 0 110101 11010 1100000 101011 110110

Color Harmonies of #80BD58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BD58

Black with #80BD58

Text Example


Text Example

White with #80BD58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,189,88); }

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

background-color css

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

 a { background-color: rgb(128,189,88); }

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

border-color css

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

 span { border-color: rgb(128,189,88); }

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