Html Css Color HEX #80BB4D Mantis

📋 copy color: '#80BB4D'

red 128 ◦ green 187 ◦ blue 77

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

Shades of Mantis #80BB4D

Tints of Mantis #80BB4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.64%

R = 32.65%
G = 47.7%
B = 19.64%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#80BB4D (or 0x80BB4D) is known color: Mantis. HEX triplet: 80, BB and 4D. RGB value is (128,187,77). Sum of RGB (Red+Green+Blue) = 128+187+77=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 187 (73.44% from 255 or 47.70% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BB4D is #7F44B2. Grayscale: #9D9D9D. Windows color (decimal): -8340659 or 5094272. OLE color: 5094272.

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

Color convert

RGB 128 187 77 -
CMYK 0.32 0 0.59 0.27
HSL 92.18º 0.45% 0.52% -
HSV(B) 92.18º 0.59% 0.73% -
XYZ 28.01 40.67 13.39 -
YUV 156.82 82.95 107.44 -
System Red Green Blue C M Y K H S L
Decimal 128 187 77 0.32 0 0.59 0.27 92.18 0.45 0.52
Hex 80 BB 4D 20 0 3B 1B 5C 2D 34
Octal 200 273 115 40 0 73 33 134 55 64
Binary 10000000 10111011 1001101 100000 0 111011 11011 1011100 101101 110100

Color Harmonies of #80BB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BB4D

Black with #80BB4D

Text Example


Text Example

White with #80BB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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