Html Css Color HEX #80C054 Mantis

📋 copy color: '#80C054'

red 128 ◦ green 192 ◦ blue 84

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

Shades of Mantis #80C054

Tints of Mantis #80C054

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.52%

 BLUE value IS 84 (33.2% from 255) = 20.79%

R = 31.68%
G = 47.52%
B = 20.79%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#80C054 (or 0x80C054) is known color: Mantis. HEX triplet: 80, C0 and 54. RGB value is (128,192,84). Sum of RGB (Red+Green+Blue) = 128+192+84=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 192 (75.39% from 255 or 47.52% from 404); Blue value is 84 (33.20% from 255 or 20.79% from 404); Max value from RGB is 192 - color contains mainly: green. Hex color #80C054 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C054 is #7F3FAB. Grayscale: #A0A0A0. Windows color (decimal): -8339372 or 5554304. OLE color: 5554304.

HSL color Cylindrical-coordinate representation of color #80C054: hue angle of 95.56º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80C054 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 192 84 -
CMYK 0.33 0 0.56 0.25
HSL 95.56º 0.46% 0.54% -
HSV(B) 95.56º 0.56% 0.75% -
XYZ 29.35 42.93 15.13 -
YUV 160.55 84.8 104.78 -
System Red Green Blue C M Y K H S L
Decimal 128 192 84 0.33 0 0.56 0.25 95.56 0.46 0.54
Hex 80 C0 54 21 0 38 19 60 2E 36
Octal 200 300 124 41 0 70 31 140 56 66
Binary 10000000 11000000 1010100 100001 0 111000 11001 1100000 101110 110110

Color Harmonies of #80C054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C054

Black with #80C054

Text Example


Text Example

White with #80C054

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,192,84); }

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

background-color css

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

 a { background-color: rgb(128,192,84); }

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

border-color css

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

 span { border-color: rgb(128,192,84); }

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