Html Css Color HEX #80BB4E Mantis

📋 copy color: '#80BB4E'

red 128 ◦ green 187 ◦ blue 78

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

Shades of Mantis #80BB4E

Tints of Mantis #80BB4E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 47.58%

 BLUE value IS 78 (30.86% from 255) = 19.85%

R = 32.57%
G = 47.58%
B = 19.85%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#80BB4E (or 0x80BB4E) is known color: Mantis. HEX triplet: 80, BB and 4E. RGB value is (128,187,78). Sum of RGB (Red+Green+Blue) = 128+187+78=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 187 (73.44% from 255 or 47.58% from 393); Blue value is 78 (30.86% from 255 or 19.85% from 393); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BB4E is #7F44B1. Grayscale: #9D9D9D. Windows color (decimal): -8340658 or 5159808. OLE color: 5159808.

HSL color Cylindrical-coordinate representation of color #80BB4E: hue angle of 92.48º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80BB4E is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 187 78 -
CMYK 0.32 0 0.58 0.27
HSL 92.48º 0.44% 0.52% -
HSV(B) 92.48º 0.58% 0.73% -
XYZ 28.05 40.68 13.58 -
YUV 156.93 83.45 107.36 -
System Red Green Blue C M Y K H S L
Decimal 128 187 78 0.32 0 0.58 0.27 92.48 0.44 0.52
Hex 80 BB 4E 20 0 3A 1B 5C 2C 34
Octal 200 273 116 40 0 72 33 134 54 64
Binary 10000000 10111011 1001110 100000 0 111010 11011 1011100 101100 110100

Color Harmonies of #80BB4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BB4E

Black with #80BB4E

Text Example


Text Example

White with #80BB4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,187,78); }

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

background-color css

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

 a { background-color: rgb(128,187,78); }

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

border-color css

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

 span { border-color: rgb(128,187,78); }

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