Html Css Color HEX #80B268 Mantis

📋 copy color: '#80B268'

red 128 ◦ green 178 ◦ blue 104

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

Shades of Mantis #80B268

Tints of Mantis #80B268

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.41%

 BLUE value IS 104 (41.02% from 255) = 25.37%

R = 31.22%
G = 43.41%
B = 25.37%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#80B268 (or 0x80B268) is known color: Mantis. HEX triplet: 80, B2 and 68. RGB value is (128,178,104). Sum of RGB (Red+Green+Blue) = 128+178+104=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 178 (69.92% from 255 or 43.41% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 178 - color contains mainly: green. Hex color #80B268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80B268 is #7F4D97. Grayscale: #9A9A9A. Windows color (decimal): -8342936 or 6861440. OLE color: 6861440.

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

Color convert

RGB 128 178 104 -
CMYK 0.28 0 0.42 0.30
HSL 100.54º 0.32% 0.55% -
HSV(B) 100.54º 0.42% 0.7% -
XYZ 27.32 37.43 18.88 -
YUV 154.61 99.44 109.02 -
System Red Green Blue C M Y K H S L
Decimal 128 178 104 0.28 0 0.42 0.30 100.54 0.32 0.55
Hex 80 B2 68 1C 0 2A 1E 65 20 37
Octal 200 262 150 34 0 52 36 145 40 67
Binary 10000000 10110010 1101000 11100 0 101010 11110 1100101 100000 110111

Color Harmonies of #80B268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B268

Black with #80B268

Text Example


Text Example

White with #80B268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,178,104); }

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

background-color css

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

 a { background-color: rgb(128,178,104); }

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

border-color css

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

 span { border-color: rgb(128,178,104); }

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