Html Css Color HEX #80B553 Mantis

📋 copy color: '#80B553'

red 128 ◦ green 181 ◦ blue 83

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

Shades of Mantis #80B553

Tints of Mantis #80B553

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.17%

 BLUE value IS 83 (32.81% from 255) = 21.17%

R = 32.65%
G = 46.17%
B = 21.17%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#80B553 (or 0x80B553) is known color: Mantis. HEX triplet: 80, B5 and 53. RGB value is (128,181,83). Sum of RGB (Red+Green+Blue) = 128+181+83=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 181 (71.09% from 255 or 46.17% from 392); Blue value is 83 (32.81% from 255 or 21.17% from 392); Max value from RGB is 181 - color contains mainly: green. Hex color #80B553 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B553 is #7F4AAC. Grayscale: #9A9A9A. Windows color (decimal): -8342189 or 5485952. OLE color: 5485952.

HSL color Cylindrical-coordinate representation of color #80B553: hue angle of 92.45º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #80B553 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 181 83 -
CMYK 0.29 0 0.54 0.29
HSL 92.45º 0.4% 0.52% -
HSV(B) 92.45º 0.54% 0.71% -
XYZ 26.99 38.26 14.15 -
YUV 153.98 87.94 109.47 -
System Red Green Blue C M Y K H S L
Decimal 128 181 83 0.29 0 0.54 0.29 92.45 0.4 0.52
Hex 80 B5 53 1D 0 36 1D 5C 28 34
Octal 200 265 123 35 0 66 35 134 50 64
Binary 10000000 10110101 1010011 11101 0 110110 11101 1011100 101000 110100

Color Harmonies of #80B553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B553

Black with #80B553

Text Example


Text Example

White with #80B553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,181,83); }

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

background-color css

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

 a { background-color: rgb(128,181,83); }

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

border-color css

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

 span { border-color: rgb(128,181,83); }

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