Html Css Color HEX #80BC48 Mantis

📋 copy color: '#80BC48'

red 128 ◦ green 188 ◦ blue 72

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

Shades of Mantis #80BC48

Tints of Mantis #80BC48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.56%

R = 32.99%
G = 48.45%
B = 18.56%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#80BC48 (or 0x80BC48) is known color: Mantis. HEX triplet: 80, BC and 48. RGB value is (128,188,72). Sum of RGB (Red+Green+Blue) = 128+188+72=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 188 (73.83% from 255 or 48.45% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BC48 is #7F43B7. Grayscale: #9D9D9D. Windows color (decimal): -8340408 or 4766848. OLE color: 4766848.

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

Color convert

RGB 128 188 72 -
CMYK 0.32 0 0.62 0.26
HSL 91.03º 0.46% 0.51% -
HSV(B) 91.03º 0.62% 0.74% -
XYZ 28.06 41.02 12.57 -
YUV 156.84 80.12 107.43 -
System Red Green Blue C M Y K H S L
Decimal 128 188 72 0.32 0 0.62 0.26 91.03 0.46 0.51
Hex 80 BC 48 20 0 3E 1A 5B 2E 33
Octal 200 274 110 40 0 76 32 133 56 63
Binary 10000000 10111100 1001000 100000 0 111110 11010 1011011 101110 110011

Color Harmonies of #80BC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BC48

Black with #80BC48

Text Example


Text Example

White with #80BC48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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