Html Css Color HEX #80BD66 Mantis

📋 copy color: '#80BD66'

red 128 ◦ green 189 ◦ blue 102

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

Shades of Mantis #80BD66

Tints of Mantis #80BD66

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.11%

 BLUE value IS 102 (40.23% from 255) = 24.34%

R = 30.55%
G = 45.11%
B = 24.34%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#80BD66 (or 0x80BD66) is known color: Mantis. HEX triplet: 80, BD and 66. RGB value is (128,189,102). Sum of RGB (Red+Green+Blue) = 128+189+102=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 102 (40.23% from 255 or 24.34% from 419); Max value from RGB is 189 - color contains mainly: green. Hex color #80BD66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BD66 is #7F4299. Grayscale: #A1A1A1. Windows color (decimal): -8340122 or 6733184. OLE color: 6733184.

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

Color convert

RGB 128 189 102 -
CMYK 0.32 0 0.46 0.26
HSL 102.07º 0.4% 0.57% -
HSV(B) 102.07º 0.46% 0.74% -
XYZ 29.5 41.94 19.11 -
YUV 160.84 94.79 104.57 -
System Red Green Blue C M Y K H S L
Decimal 128 189 102 0.32 0 0.46 0.26 102.07 0.4 0.57
Hex 80 BD 66 20 0 2E 1A 66 28 39
Octal 200 275 146 40 0 56 32 146 50 71
Binary 10000000 10111101 1100110 100000 0 101110 11010 1100110 101000 111001

Color Harmonies of #80BD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BD66

Black with #80BD66

Text Example


Text Example

White with #80BD66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,189,102); }

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

background-color css

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

 a { background-color: rgb(128,189,102); }

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

border-color css

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

 span { border-color: rgb(128,189,102); }

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