Html Css Color HEX #80BC61 Mantis

📋 copy color: '#80BC61'

red 128 ◦ green 188 ◦ blue 97

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

Shades of Mantis #80BC61

Tints of Mantis #80BC61

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.52%

 BLUE value IS 97 (38.28% from 255) = 23.49%

R = 30.99%
G = 45.52%
B = 23.49%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#80BC61 (or 0x80BC61) is known color: Mantis. HEX triplet: 80, BC and 61. RGB value is (128,188,97). Sum of RGB (Red+Green+Blue) = 128+188+97=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 97 (38.28% from 255 or 23.49% from 413); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BC61 is #7F439E. Grayscale: #9F9F9F. Windows color (decimal): -8340383 or 6405248. OLE color: 6405248.

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

Color convert

RGB 128 188 97 -
CMYK 0.32 0 0.48 0.26
HSL 99.56º 0.4% 0.56% -
HSV(B) 99.56º 0.48% 0.74% -
XYZ 29.04 41.42 17.77 -
YUV 159.69 92.62 105.4 -
System Red Green Blue C M Y K H S L
Decimal 128 188 97 0.32 0 0.48 0.26 99.56 0.4 0.56
Hex 80 BC 61 20 0 30 1A 64 28 38
Octal 200 274 141 40 0 60 32 144 50 70
Binary 10000000 10111100 1100001 100000 0 110000 11010 1100100 101000 111000

Color Harmonies of #80BC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BC61

Black with #80BC61

Text Example


Text Example

White with #80BC61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,188,97); }

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

background-color css

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

 a { background-color: rgb(128,188,97); }

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

border-color css

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

 span { border-color: rgb(128,188,97); }

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