Html Css Color HEX #80B850 Mantis

📋 copy color: '#80B850'

red 128 ◦ green 184 ◦ blue 80

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

Shades of Mantis #80B850

Tints of Mantis #80B850

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.94%

 BLUE value IS 80 (31.64% from 255) = 20.41%

R = 32.65%
G = 46.94%
B = 20.41%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#80B850 (or 0x80B850) is known color: Mantis. HEX triplet: 80, B8 and 50. RGB value is (128,184,80). Sum of RGB (Red+Green+Blue) = 128+184+80=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 184 (72.27% from 255 or 46.94% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 184 - color contains mainly: green. Hex color #80B850 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B850 is #7F47AF. Grayscale: #9B9B9B. Windows color (decimal): -8341424 or 5290112. OLE color: 5290112.

HSL color Cylindrical-coordinate representation of color #80B850: hue angle of 92.31º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #80B850 is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB 128 184 80 -
CMYK 0.30 0 0.57 0.28
HSL 92.31º 0.42% 0.52% -
HSV(B) 92.31º 0.57% 0.72% -
XYZ 27.49 39.45 13.76 -
YUV 155.4 85.45 108.46 -
System Red Green Blue C M Y K H S L
Decimal 128 184 80 0.30 0 0.57 0.28 92.31 0.42 0.52
Hex 80 B8 50 1E 0 39 1C 5C 2A 34
Octal 200 270 120 36 0 71 34 134 52 64
Binary 10000000 10111000 1010000 11110 0 111001 11100 1011100 101010 110100

Color Harmonies of #80B850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B850

Black with #80B850

Text Example


Text Example

White with #80B850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,184,80); }

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

background-color css

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

 a { background-color: rgb(128,184,80); }

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

border-color css

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

 span { border-color: rgb(128,184,80); }

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